diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-01 20:02:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-01 20:02:09 +0100 |
| commit | 76e340c36a7c0da70b145c0437b5758eaa7134dc (patch) | |
| tree | 058af278903ee24d73384ef8184ab064d117be94 /src | |
| parent | a733da8088152a2487691629753fe8a2addfa5a3 (diff) | |
Don't display first playlist on startup.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_playlist.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_playlist.cc b/src/tools/dcpomatic_playlist.cc index 5368cb3af..bc1f78dc3 100644 --- a/src/tools/dcpomatic_playlist.cc +++ b/src/tools/dcpomatic_playlist.cc @@ -484,8 +484,6 @@ public: _playlist_list->Edit.connect (bind(&DOMFrame::change_playlist, this, _1)); - _playlist_content->set (_playlist_list->first_playlist()); - Bind (wxEVT_MENU, boost::bind (&DOMFrame::file_exit, this), wxID_EXIT); Bind (wxEVT_MENU, boost::bind (&DOMFrame::help_about, this), wxID_ABOUT); Bind (wxEVT_MENU, boost::bind (&DOMFrame::edit_preferences, this), wxID_PREFERENCES); |
