summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2008-04-16 00:38:09 +0000
committerTim Mayberry <mojofunk@gmail.com>2008-04-16 00:38:09 +0000
commit656524c23e7ddf07d98c4b87a44a8a18d0f3c4a6 (patch)
tree29c135121eb46888e4745847279360324f3084b3 /gtk2_ardour/route_ui.h
parentda91ac66864edc77ed64ab6d2ecfc5b0f5778812 (diff)
Remove some unused classes, methods and variables, mostly in ARDOUR_UI
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3254 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 1a6a6ecc73..f22b0f2967 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -119,10 +119,6 @@ class RouteUI : public virtual AxisView
int set_color_from_route ();
- sigc::connection blink_connection;
-
- void rec_enable_button_blink (bool onoff, ARDOUR::AudioDiskstream *, Gtk::Widget *w);
-
void remove_this_route ();
static gint idle_remove_this_route (RouteUI *);