diff options
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; }; |
