summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-09 15:10:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-09 15:10:16 +0000
commite137f663032a3798a861ec0612874ffdb824e3fa (patch)
treed68c238dc87f09f54abf5ce0f406fa032a6cdc7d /gtk2_ardour/editor.h
parent41532886616c2714db94cb31a7f0105589f27be3 (diff)
Remove unused methods.
git-svn-id: svn://localhost/ardour2/branches/3.0@8484 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 8cbccefabd..28c2cdd8b4 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1796,11 +1796,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void freeze_route ();
void unfreeze_route ();
- /* route-group solo + mute */
-
- void set_route_group_solo (ARDOUR::Route&, bool);
- void set_route_group_mute (ARDOUR::Route&, bool);
-
/* duplication */
void duplicate_dialog (bool with_dialog);