diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-15 23:59:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-22 23:26:27 +0000 |
| commit | c5662acf0b21d8c41e0b0f3d0690ebab7c6908a3 (patch) | |
| tree | d43c61d378c919abaadf3bf501bd56c6866277a1 /src/wx/controls.h | |
| parent | 00fd974edb88da88fcde308709ae629e541e59c4 (diff) | |
swaroop: remove SPL editing from player UI.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 59fe4e5d2..3bb963660 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -90,10 +90,6 @@ private: void pause_clicked (); void stop_clicked (); #endif - void add_clicked (); - void save_clicked (); - void load_clicked (); - void add_content_to_list (boost::shared_ptr<Content> content, wxListCtrl* list); void add_playlist_to_list (boost::shared_ptr<Film> film); boost::shared_ptr<Film> _film; @@ -110,9 +106,6 @@ private: wxListCtrl* _spl_view; wxListCtrl* _current_spl_view; wxTextCtrl* _log; - wxButton* _add_button; - wxButton* _save_button; - wxButton* _load_button; std::vector<boost::shared_ptr<Film> > _playlists; wxSlider* _slider; wxButton* _rewind_button; |
