summaryrefslogtreecommitdiff
path: root/src/wx/content_sub_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-21 23:00:55 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-21 23:02:49 +0100
commit44da1840ca17d0945cb1886bb17218990850894c (patch)
treeb6fab2f9fa7202aef68f948f2028a36ca476d5ea /src/wx/content_sub_panel.h
parentce058471aa9995adac968cecc205f5a4319f449e (diff)
Remove the "simple" UI (#1868).
It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see.
Diffstat (limited to 'src/wx/content_sub_panel.h')
-rw-r--r--src/wx/content_sub_panel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h
index 128a3862d..cb59f38dd 100644
--- a/src/wx/content_sub_panel.h
+++ b/src/wx/content_sub_panel.h
@@ -22,7 +22,6 @@
#define DCPOMATIC_CONTENT_SUB_PANEL_H
#include "lib/film.h"
-#include "lib/config.h"
#include "lib/warnings.h"
DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
@@ -58,10 +57,6 @@ protected:
wxSizer* _sizer;
wxGridBagSizer* _grid;
wxString _name;
-
-private:
- void config_changed (Config::Property);
- boost::signals2::scoped_connection _config_connection;
};
#endif