summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
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.h
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.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 7d7c38c30b..a87e1d1ce4 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1405,7 +1405,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
friend class EditorRouteGroups;
friend class EditorRegions;
- ArdourCanvas::Item *last_item_entered;
/** true if the mouse is over a place where region trim can happen */
bool _over_region_trim_target;