summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-12 16:18:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-12 16:18:38 -0400
commit695840918716a679be6ca41a956d5d93cb583271 (patch)
treec1ac7531217b55d8fd5e03ebbe4953c53692d4c8 /gtk2_ardour/editor.h
parent85e2c60673278761a356971f1d5f94985295232b (diff)
remove no-longer-used code
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 c7022b5203..9191a23503 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -789,11 +789,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Glib::RefPtr<Gtk::ToggleAction> ruler_cd_marker_action;
bool no_ruler_shown_update;
- bool ruler_button_press (GdkEventButton*);
- bool ruler_button_release (GdkEventButton*);
- bool ruler_mouse_motion (GdkEventMotion*);
- bool ruler_scroll (GdkEventScroll* event);
-
Gtk::Widget * ruler_grabbed_widget;
void initialize_rulers ();