From 5d285c0d645a2253aa398410e430dd78dd8e971b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Jun 2009 00:16:52 +0000 Subject: Remove partial support for vertical zoom in the summary, basically because it's quite hard. See comments. git-svn-id: svn://localhost/ardour2/branches/3.0@5204 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_summary.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'gtk2_ardour/editor_summary.h') diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h index 817940796f..bbff050117 100644 --- a/gtk2_ardour/editor_summary.h +++ b/gtk2_ardour/editor_summary.h @@ -77,20 +77,7 @@ private: bool _moved; bool _zoom_dragging; - - enum ZoomPosition { - TOP_LEFT, - TOP, - TOP_RIGHT, - RIGHT, - BOTTOM_RIGHT, - BOTTOM, - BOTTOM_LEFT, - LEFT, - NONE - }; - - ZoomPosition _zoom_position; + bool _zoom_left; }; #endif -- cgit v1.2.3