summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-06 18:00:53 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-06 18:00:53 +0000
commit7125d8ec2217ae874ce452602465f630f674e786 (patch)
treecb70ee80dbf446a797832ecc2ab2ffa542b00596 /src/wx/config_dialog.h
parent59602b67d0637817a156b7bd0fc05f96fe41dee5 (diff)
Remove configuration of servers.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index b1a59e8b9..2492f4899 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -30,10 +30,8 @@
class DirPickerCtrl;
class wxNotebook;
-class ServerDescription;
class PresetColourConversion;
class PresetColourConversionDialog;
-class ServerDialog;
/** @class ConfigDialog
* @brief A dialogue to edit DCP-o-matic configuration.
@@ -68,7 +66,6 @@ private:
void make_misc_panel ();
void make_tms_panel ();
void make_metadata_panel ();
- void make_servers_panel ();
void make_colour_conversions_panel ();
void make_kdm_email_panel ();
@@ -76,7 +73,6 @@ private:
wxPanel* _misc_panel;
wxPanel* _tms_panel;
EditableList<PresetColourConversion, PresetColourConversionDialog>* _colour_conversions_panel;
- EditableList<ServerDescription, ServerDialog>* _servers_panel;
wxPanel* _metadata_panel;
wxCheckBox* _set_language;
wxChoice* _language;