diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-23 20:06:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-23 20:06:14 +0100 |
| commit | 0c5e306508b1ef7287b6024be919fdda50e3c111 (patch) | |
| tree | 04e5d5b7e9cf2d0eb8a4bea9a6b051d785ba36f9 /src | |
| parent | 2e8d048447eb453acf21f794b0af4659d19d2466 (diff) | |
Remove some old stuff.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 9 | ||||
| -rw-r--r-- | src/wx/wscript | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 8d1ebf5d3..4972654b2 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -501,21 +501,12 @@ private: } }; -#if wxMINOR_VERSION == 9 static const wxCmdLineEntryDesc command_line_description[] = { { wxCMD_LINE_OPTION, "l", "log", "set log level (silent, verbose or timing)", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL }, { wxCMD_LINE_SWITCH, "n", "new", "create new film", wxCMD_LINE_VAL_NONE, wxCMD_LINE_PARAM_OPTIONAL }, { wxCMD_LINE_PARAM, 0, 0, "film to load or create", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_MULTIPLE | wxCMD_LINE_PARAM_OPTIONAL }, { wxCMD_LINE_NONE, "", "", "", wxCmdLineParamType (0), 0 } }; -#else -static const wxCmdLineEntryDesc command_line_description[] = { - { wxCMD_LINE_OPTION, wxT("l"), wxT("log"), wxT("set log level (silent, verbose or timing)"), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL }, - { wxCMD_LINE_SWITCH, wxT("n"), wxT("new"), wxT("create new film"), wxCMD_LINE_VAL_NONE, wxCMD_LINE_PARAM_OPTIONAL }, - { wxCMD_LINE_PARAM, 0, 0, wxT("film to load or create"), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_MULTIPLE | wxCMD_LINE_PARAM_OPTIONAL }, - { wxCMD_LINE_NONE, wxT(""), wxT(""), wxT(""), wxCmdLineParamType (0), 0 } -}; -#endif class App : public wxApp { diff --git a/src/wx/wscript b/src/wx/wscript index 8f35e2fac..09e783161 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -69,7 +69,6 @@ def build(bld): obj = bld(features = 'cxx cxxshlib') obj.name = 'libdcpomatic-wx' -# obj.includes = [ '..' ] obj.export_includes = ['..'] obj.uselib = 'WXWIDGETS' if bld.env.TARGET_LINUX: |
