Remove dead code.

This commit is contained in:
David Robillard 2014-11-25 02:11:44 -05:00
parent 8b268344f9
commit ea5876b836
36 changed files with 7 additions and 85 deletions

View file

@ -53,10 +53,6 @@ class ArdourDisplay : public ArdourButton
private:
Gtk::Menu _menu;
bool _hovering;
bool _grabbed;
float _grabbed_y;
};
#endif /* __gtk2_ardour_ardour_menu_h__ */