summaryrefslogtreecommitdiff
path: root/gtk2_ardour/floating_text_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/floating_text_entry.h')
-rw-r--r--gtk2_ardour/floating_text_entry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/floating_text_entry.h b/gtk2_ardour/floating_text_entry.h
index f52447de16..0527feca99 100644
--- a/gtk2_ardour/floating_text_entry.h
+++ b/gtk2_ardour/floating_text_entry.h
@@ -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 ();