diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-20 00:17:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-20 00:17:46 +0100 |
| commit | 35e9a698ba3ca35fd488b3622e441956632261cf (patch) | |
| tree | 123624c4bc215943666c1c9cc24d0d08cd8ae336 /src/wx/player_information.h | |
| parent | 8f3743d18026b59b1ecd8e8f4d12cc59273eb1ed (diff) | |
Allow player to handle VF/OV and KDMs.
Diffstat (limited to 'src/wx/player_information.h')
| -rw-r--r-- | src/wx/player_information.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/player_information.h b/src/wx/player_information.h index 7eafeb122..0fcbb15ee 100644 --- a/src/wx/player_information.h +++ b/src/wx/player_information.h @@ -36,9 +36,7 @@ private: FilmViewer* _viewer; wxSizer* _sizer; - wxStaticText* _cpl_name; - wxStaticText* _size; - wxStaticText* _length; + wxStaticText** _dcp; wxStaticText* _dropped; boost::scoped_ptr<wxTimer> _timer; }; |
