From b07d0e3747cdd38efd7b264d19613002ad5506a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 24 Jan 2016 21:02:07 -0500 Subject: remove unused "old-order" stuff from AxisView --- gtk2_ardour/axis_view.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk2_ardour/axis_view.h') diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h index b47ca98163..62362f0e4a 100644 --- a/gtk2_ardour/axis_view.h +++ b/gtk2_ardour/axis_view.h @@ -55,9 +55,6 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu sigc::signal Hiding; - void set_old_order_key (uint32_t ok) { _old_order_key = ok; } - uint32_t old_order_key() const { return _old_order_key; } - virtual std::string state_id() const = 0; /* for now, we always return properties in string form. */ @@ -102,7 +99,6 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu Gtk::Label name_label; mutable boost::unordered_map property_hashtable; - uint32_t _old_order_key; }; /* class AxisView */ #endif /* __ardour_gtk_axis_view_h__ */ -- cgit v1.2.3