summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-17 00:16:52 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-17 00:16:52 +0000
commit5d285c0d645a2253aa398410e430dd78dd8e971b (patch)
tree4b5f0d484139522229d76985277dd75b89b07491 /gtk2_ardour/editor_summary.h
parent84184cbf7f5651895ec9812e4b20beb9d7fa546f (diff)
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
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h15
1 files changed, 1 insertions, 14 deletions
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