summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-23 15:00:25 +0000
committerDavid Robillard <d@drobilla.net>2008-09-23 15:00:25 +0000
commitd97fa52d4464e61fbfdba4412cf0dde254cb61c2 (patch)
tree5632ad5de2ba4deb524c1023f115dbe164e7af62 /gtk2_ardour/editor.h
parent867193acce129cbb6a235c4e748bfddab329525a (diff)
Separate tempo lines stuff ala 3.0.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3796 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index f58602b266..cda9310dd4 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -98,6 +98,7 @@ class AutomationLine;
class UIExportSpecification;
class ExportDialog;
class Selection;
+class TempoLines;
class TimeSelection;
class TrackSelection;
class AutomationSelection;
@@ -1442,10 +1443,8 @@ public:
ARDOUR::TempoMap::BBTPointList *current_bbt_points;
- typedef vector<ArdourCanvas::SimpleLine*> TimeLineList;
- TimeLineList free_measure_lines;
- TimeLineList used_measure_lines;
-
+ TempoLines* tempo_lines;
+
ArdourCanvas::Group* time_line_group;
ArdourCanvas::SimpleLine* get_time_line ();
void hide_measures ();