fix unused argument
git-svn-id: svn://localhost/ardour2/branches/3.0@13742 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
db36cb793a
commit
2a6689ea64
@ -714,7 +714,7 @@ ARDOUR_UI::float_big_clock (Gtk::Window* parent)
|
||||
}
|
||||
|
||||
void
|
||||
ARDOUR_UI::big_clock_size_allocate (Gtk::Allocation& a)
|
||||
ARDOUR_UI::big_clock_size_allocate (Gtk::Allocation&)
|
||||
{
|
||||
if (!big_clock_resize_in_progress) {
|
||||
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::idle_big_clock_text_resizer), 0, 0));
|
||||
|
Loading…
Reference in New Issue
Block a user