summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-05 20:47:53 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-05 20:47:53 +0000
commit60fa99a34de1e59f34d03989f10ded80c861fa06 (patch)
treec119134b2b799c178943a7bf841904edeb34a743 /gtk2_ardour/editor.cc
parentc44e520d8ca1c4efe6af36d08cd3f86f12f712c2 (diff)
Remove hopelessly inadequate attempt at last_item_entered
and ask the canvas where we are instead. Should fix #4532. git-svn-id: svn://localhost/ardour2/branches/3.0@10907 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 8bfa7aa147..a6d16fa9e9 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -332,7 +332,6 @@ Editor::Editor ()
current_interthread_info = 0;
_show_measures = true;
show_gain_after_trim = false;
- last_item_entered = 0;
have_pending_keyboard_selection = false;
_follow_playhead = true;