extend lua API:
[ardour.git] / libs / ardour / ardour / midi_scene_change.h
index 9c8f5ca01fe997bd5318763bba31fb91aa19c7d2..245b749272827d784b07486243cc45c233ee0240 100644 (file)
@@ -53,20 +53,15 @@ class MIDISceneChange : public SceneChange
        XMLNode& get_state();
        int set_state (const XMLNode&, int version);
 
-        bool operator==(const MIDISceneChange& other) const;
-
-        uint32_t color() const;
-        void set_color (uint32_t);
-        PBD::Signal0<void> ColorChanged;
+       bool operator==(const MIDISceneChange& other) const;
 
   private:
        int _bank;
        int _program;
        uint8_t _channel;
-        uint32_t _color;
 };
 
 } /* namespace */
-       
+
 
 #endif /* __libardour_scene_change_h__ */