summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-24 21:02:07 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:38 -0400
commitb07d0e3747cdd38efd7b264d19613002ad5506a6 (patch)
treee6d1575ec088baf083ada0617a26b980f0e05fe4 /gtk2_ardour/axis_view.h
parent33bf858a5f096244595f7e14c2dd69afa235c8ba (diff)
remove unused "old-order" stuff from AxisView
Diffstat (limited to 'gtk2_ardour/axis_view.h')
-rw-r--r--gtk2_ardour/axis_view.h4
1 files changed, 0 insertions, 4 deletions
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<void> 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<std::string, std::string> property_hashtable;
- uint32_t _old_order_key;
}; /* class AxisView */
#endif /* __ardour_gtk_axis_view_h__ */