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_audio_content_view.cc | |
| parent | 1ca60a8d7aaf3834de5be6e74c31e0185f31144b (diff) | |
Remove extra unnecessary type string in timeline views.
Diffstat (limited to 'src/wx/timeline_audio_content_view.cc')
| -rw-r--r-- | src/wx/timeline_audio_content_view.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wx/timeline_audio_content_view.cc b/src/wx/timeline_audio_content_view.cc index a9e3a6a42..325830e85 100644 --- a/src/wx/timeline_audio_content_view.cc +++ b/src/wx/timeline_audio_content_view.cc @@ -31,12 +31,6 @@ TimelineAudioContentView::TimelineAudioContentView (Timeline& tl, shared_ptr<Con } -wxString -TimelineAudioContentView::type () const -{ - return _("audio"); -} - wxColour TimelineAudioContentView::background_colour () const { |
