summaryrefslogtreecommitdiff
path: root/src/wx/timeline_video_content_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-16 09:41:22 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-16 09:41:22 +0000
commit547f6e46176aa0e012458c591934ecc265e8e132 (patch)
tree877e52def002220febeda539a6d07426124d69b8 /src/wx/timeline_video_content_view.h
parent1ca60a8d7aaf3834de5be6e74c31e0185f31144b (diff)
Remove extra unnecessary type string in timeline views.
Diffstat (limited to 'src/wx/timeline_video_content_view.h')
-rw-r--r--src/wx/timeline_video_content_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/timeline_video_content_view.h b/src/wx/timeline_video_content_view.h
index 3dd76140a..795c23006 100644
--- a/src/wx/timeline_video_content_view.h
+++ b/src/wx/timeline_video_content_view.h
@@ -28,7 +28,6 @@ public:
TimelineVideoContentView (Timeline& tl, boost::shared_ptr<Content> c);
private:
- wxString type () const;
wxColour background_colour () const;
wxColour foreground_colour () const;
};