summaryrefslogtreecommitdiff
path: root/src/wx/timeline_time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-25 22:24:39 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-25 22:24:39 +0000
commit07789030fb4ec7d48d14c2cbee0b32f616d6d93d (patch)
tree2792b02fbcd1e443708e369bc34d2dd7a9c13db4 /src/wx/timeline_time_axis_view.h
parentd2e8a683eed6fb82d4d255fffaf571ff27057132 (diff)
Basics of timeline track labels.
Diffstat (limited to 'src/wx/timeline_time_axis_view.h')
-rw-r--r--src/wx/timeline_time_axis_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/timeline_time_axis_view.h b/src/wx/timeline_time_axis_view.h
index fbd7c5de9..d57d7b749 100644
--- a/src/wx/timeline_time_axis_view.h
+++ b/src/wx/timeline_time_axis_view.h
@@ -30,7 +30,6 @@ public:
private:
void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int> > overlaps);
-private:
int _y;
};