summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-25 02:11:44 -0500
committerDavid Robillard <d@drobilla.net>2014-11-25 02:11:44 -0500
commitea5876b8364beb3b1b2fb82909b00ff107dbb6ca (patch)
treea8066bf0013f380852ef358d450faa362dd55977 /gtk2_ardour/rc_option_editor.cc
parent8b268344f945ca2be683d9f5356951685752ce8f (diff)
Remove dead code.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 0cb8441fd9..716918f3a6 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -67,8 +67,7 @@ class ClickOptions : public OptionEditorBox
{
public:
ClickOptions (RCConfiguration* c, Gtk::Window* p)
- : _rc_config (c),
- _parent (p)
+ : _rc_config (c)
{
Table* t = manage (new Table (2, 3));
t->set_spacings (4);
@@ -154,7 +153,6 @@ private:
}
RCConfiguration* _rc_config;
- Gtk::Window* _parent;
Entry _click_path_entry;
Entry _click_emphasis_path_entry;
};