summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/axis_view.cc')
-rw-r--r--gtk2_ardour/axis_view.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/axis_view.cc b/gtk2_ardour/axis_view.cc
index 03ae8a4a57..c946d3cd8d 100644
--- a/gtk2_ardour/axis_view.cc
+++ b/gtk2_ardour/axis_view.cc
@@ -94,6 +94,13 @@ AxisView::get_gui_property (const std::string& property_name, std::string& value
}
void
+AxisView::remove_gui_property (const std::string& property_name)
+{
+ property_hashtable.erase (property_name);
+ gui_object_state().remove_property (state_id(), property_name);
+}
+
+void
AxisView::set_gui_property (const std::string& property_name, const std::string& value)
{
property_hashtable.erase (property_name);