summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-08-14 23:23:45 +0100
committerCarl Hetherington <cth@carlh.net>2017-08-14 23:23:45 +0100
commit0d493e91c4bffcb60960097264a804f6208b7bba (patch)
tree690632bb757056693a04cae9ffa317ba90613d62 /src/wx/config_dialog.h
parent34b8a212f36724bd275f4764e113833000de52ee (diff)
Rename ConfigDialog -> FullConfigDialog.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
deleted file mode 100644
index c8b3074d8..000000000
--- a/src/wx/config_dialog.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
-
- This file is part of DCP-o-matic.
-
- DCP-o-matic is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- DCP-o-matic is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with DCP-o-matic. If not, see <http://www.gnu.org/licenses/>.
-
-*/
-
-/** @file src/config_dialog.h
- * @brief A dialog to edit DCP-o-matic configuration.
- */
-
-class wxPreferencesEditor;
-
-wxPreferencesEditor* create_config_dialog ();