Preserve stacked / overlaid state of tracks in the session file.
[ardour.git] / gtk2_ardour / mixer_strip.cc
index 7d6257bbd0006d85e2b84496a84bd06836b4abf5..8ab7454ab8846e519714b2095955d14864bae692 100644 (file)
@@ -939,14 +939,14 @@ MixerStrip::diskstream_changed ()
 }      
 
 void
-MixerStrip::input_changed (IOChange change, void *src)
+MixerStrip::input_changed (IOChange /*change*/, void */*src*/)
 {
        Gtkmm2ext::UI::instance()->call_slot (mem_fun(*this, &MixerStrip::update_input_display));
        set_width_enum (_width, this);
 }
 
 void
-MixerStrip::output_changed (IOChange change, void *src)
+MixerStrip::output_changed (IOChange /*change*/, void */*src*/)
 {
        Gtkmm2ext::UI::instance()->call_slot (mem_fun(*this, &MixerStrip::update_output_display));
        set_width_enum (_width, this);
@@ -1586,7 +1586,7 @@ MixerStrip::on_key_release_event (GdkEventKey* ev)
 }
 
 bool
-MixerStrip::on_enter_notify_event (GdkEventCrossing* ev)
+MixerStrip::on_enter_notify_event (GdkEventCrossing*)
 {
        Keyboard::magic_widget_grab_focus ();
        grab_focus ();