summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-02-06 14:39:30 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-02-06 14:43:58 -0700
commit39e0c0a084a64ee2862bedb6bbc71129ab078b7a (patch)
treeb818f1bbc6bb239d1fbb206b727a347fe1afbce4 /gtk2_ardour/axis_view.h
parentc791d5970f4956cbe96f116dd3811ffae5f112ec (diff)
add AxisView::remove_gui_property()
Diffstat (limited to 'gtk2_ardour/axis_view.h')
-rw-r--r--gtk2_ardour/axis_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h
index 3a3d901317..1a1686add9 100644
--- a/gtk2_ardour/axis_view.h
+++ b/gtk2_ardour/axis_view.h
@@ -84,6 +84,7 @@ public:
}
void set_gui_property (const std::string& property_name, const std::string& value);
+ void remove_gui_property (const std::string& property_name);
void set_gui_property (const std::string& property_name, const char* value) {
set_gui_property (property_name, std::string(value));