Prevent endless read of silent files
[ardour.git] / gtk2_ardour / floating_text_entry.h
index f52447de1673a24ff8de031d41f032a0ed052356..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,7 +47,6 @@ private:
        void activated ();
        bool button_press (GdkEventButton*);
        void changed ();
-       void populate_popup (Gtk::Menu*);
        void idle_delete_self ();
        void disconect_signals ();