diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 13:52:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 13:52:16 +0100 |
| commit | 09fcffa01669ee9f146c6c0e86be0f26b6dcd165 (patch) | |
| tree | c6d40b207ca468f1f337d53d3e517995817e390c /src/tools | |
| parent | 2f25d1608356bf124e502c6aa438ec664c53de80 (diff) | |
Small bits of tidying up.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index f9a03d8b0..5fc61557e 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -89,7 +89,10 @@ public: return _dialog->ShowModal (); } -private: +private: + /* Not defined */ + FilmChangedDialog (FilmChangedDialog const &); + wxMessageDialog* _dialog; }; @@ -199,13 +202,6 @@ setup_menu (wxMenuBar* m) m->Append (help, _("&Help")); } -bool -window_closed (wxCommandEvent &) -{ - maybe_save_then_delete_film (); - return false; -} - class Frame : public wxFrame { public: |
