use syntactic sugar
[ardour.git] / gtk2_ardour / floating_text_entry.h
index d70185a8a666709324a5925e8c5ec4d0d454d85a..0527feca9949ee2f33ee2112388c4ac8f7c55081 100644 (file)
@@ -39,7 +39,6 @@ public:
 private:
        Gtk::Entry entry;
        bool entry_changed;
-       bool by_popup_menu;
 
        /* handlers for Entry events */
        bool entry_focus_out (GdkEventFocus*);
@@ -48,8 +47,8 @@ private:
        void activated ();
        bool button_press (GdkEventButton*);
        void changed ();
-       void populate_popup (Gtk::Menu*);
        void idle_delete_self ();
+       void disconect_signals ();
 
        std::list<sigc::connection> _connections;