summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-19 12:40:34 +0100
committerRobin Gareus <robin@gareus.org>2017-01-19 13:05:54 +0100
commit22eae69078786c672115b6a34255bba7a696ea1a (patch)
tree221d9e03617022c24bf4ebe04666f6f24c501028 /gtk2_ardour/editor.h
parent0f020e59b8c5c6c63af2a3891ddb431e5d99bf12 (diff)
Remove Editor API to calc preroll duration
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 14151b95ff..0106f34382 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -261,7 +261,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
bool extend_selection_to_track (TimeAxisView&);
void play_selection ();
- framepos_t get_preroll (framepos_t);
void maybe_locate_with_edit_preroll (framepos_t);
void play_with_preroll ();
void rec_with_preroll ();