diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-16 09:41:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-16 09:41:22 +0000 |
| commit | 547f6e46176aa0e012458c591934ecc265e8e132 (patch) | |
| tree | 877e52def002220febeda539a6d07426124d69b8 /src/wx/timeline_video_content_view.cc | |
| parent | 1ca60a8d7aaf3834de5be6e74c31e0185f31144b (diff) | |
Remove extra unnecessary type string in timeline views.
Diffstat (limited to 'src/wx/timeline_video_content_view.cc')
| -rw-r--r-- | src/wx/timeline_video_content_view.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/wx/timeline_video_content_view.cc b/src/wx/timeline_video_content_view.cc index 6d37c68a6..a54b91de0 100644 --- a/src/wx/timeline_video_content_view.cc +++ b/src/wx/timeline_video_content_view.cc @@ -29,16 +29,6 @@ TimelineVideoContentView::TimelineVideoContentView (Timeline& tl, shared_ptr<Con } -wxString -TimelineVideoContentView::type () const -{ - if (dynamic_pointer_cast<ImageContent> (content ()) && content()->number_of_paths() == 1) { - return _("still"); - } else { - return _("video"); - } -} - wxColour TimelineVideoContentView::background_colour () const { |
