associate label more closely with VST path button. the plugin tab needs a complete...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / bindings.h
index 31fea82a3587395db4baf607b8c74241f223d573..5c8ca44f9b51419a4fa3366eec13a3c6ee5f3464 100644 (file)
@@ -62,13 +62,9 @@ class LIBGTKMM2EXT_API MouseButton {
 
         std::string name() const;
         static bool make_button (const std::string&, MouseButton&);
-        static void set_ignored_state (int mask) {
-                _ignored_state = mask;
-        }
 
   private:
         uint64_t _val;
-        static uint32_t _ignored_state;
 };
 
 class LIBGTKMM2EXT_API ActionMap {