summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-02 18:06:46 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-02 18:06:46 +0000
commite5024657fc5970691c7d8f89c49a7bb9895e1b04 (patch)
tree24826daba73d2c1e57c702aa5e24f74203ee5e6c /gtk2_ardour/editor.h
parentc1f46b15d2d84b1cf6849635996192b146580fde (diff)
Paste to the track under the mouse if we are using the mouse
as the edit point, otherwise use selected tracks (#4595). git-svn-id: svn://localhost/ardour2/branches/3.0@12547 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 0dd162ca20..eaf682b9b8 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1944,8 +1944,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
*/
RegionView* entered_regionview;
-
- void ensure_entered_track_selected (bool op_acts_on_objects = false);
bool clear_entered_track;
bool left_track_canvas (GdkEventCrossing*);
bool entered_track_canvas (GdkEventCrossing*);