Remove old ardour3 desktop files.
[ardour.git] / gtk2_ardour / mixer_actor.cc
index 073f4f8c11bd8b75caca488a4f6d5381c7b52368..ffd68ff6c4e8bdddaf5120534e4bd37d0c8f5e32 100644 (file)
@@ -72,7 +72,7 @@ MixerActor::register_actions ()
        myactions.register_action ("Mixer", "scroll-left", _("Scroll Mixer Window to the left"), sigc::mem_fun (*this, &MixerActor::scroll_left));
        myactions.register_action ("Mixer", "scroll-right", _("Scroll Mixer Window to the left"), sigc::mem_fun (*this, &MixerActor::scroll_right));
 
-       myactions.register_action ("Mixer", "toggle-midi-input-active", _("Toggle MIDI Input Active for Mixer-Selected Tracks/Busses"), 
+       myactions.register_action ("Mixer", "toggle-midi-input-active", _("Toggle MIDI Input Active for Mixer-Selected Tracks/Busses"),
                                   sigc::bind (sigc::mem_fun (*this, &MixerActor::toggle_midi_input_active), false));
 }
 
@@ -80,7 +80,7 @@ void
 MixerActor::load_bindings ()
 {
         /* XXX move this to a better place */
-       
+
         bindings.set_action_map (myactions);
 
        std::string binding_file;