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_content_view.h | |
| parent | 1ca60a8d7aaf3834de5be6e74c31e0185f31144b (diff) | |
Remove extra unnecessary type string in timeline views.
Diffstat (limited to 'src/wx/timeline_content_view.h')
| -rw-r--r-- | src/wx/timeline_content_view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/timeline_content_view.h b/src/wx/timeline_content_view.h index 3262f13f3..676e4792b 100644 --- a/src/wx/timeline_content_view.h +++ b/src/wx/timeline_content_view.h @@ -43,7 +43,6 @@ public: void unset_track (); boost::optional<int> track () const; - virtual wxString type () const = 0; virtual wxColour background_colour () const = 0; virtual wxColour foreground_colour () const = 0; |
