From: Carl Hetherington Date: Wed, 23 Oct 2013 19:06:14 +0000 (+0100) Subject: Remove some old stuff. X-Git-Tag: v2.0.48~1231^2~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=0c5e306508b1ef7287b6024be919fdda50e3c111;p=dcpomatic.git Remove some old stuff. --- 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: