fix binding to long-press for User button on FaderPort
[ardour.git] / libs / surfaces / generic_midi / midiaction.h
index e2a29143adfa8ce8464c29cd06107e0faf9f178c..5ff022eae3a2f076eb86df0de30543b47b8e0982 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 2009 Paul Davis
+
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
@@ -31,7 +31,7 @@
 
 #include "midiinvokable.h"
 
-namespace Gtk { 
+namespace Gtk {
         class Action;
 }
 
@@ -55,7 +55,6 @@ class MIDIAction : public MIDIInvokable
        int set_state (const XMLNode&, int version);
 
   private:
-        Gtk::Action* _action;
        void execute ();
 };