summaryrefslogtreecommitdiff
path: root/src/params.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-17 22:38:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-17 22:38:38 (GMT)
commitaf29afcc9a37113e4187b1c0a20e3bf5e2dcd4d9 (patch)
tree46da4b3886b43d4bb549aa01012bda13ce36c375 /src/params.h
parented846003946a44588c7c131b9c9001f97bf10711 (diff)
Removed a lot of gcc warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@272 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/params.h')
-rw-r--r--src/params.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/params.h b/src/params.h
index d187a97..cc5b19e 100644
--- a/src/params.h
+++ b/src/params.h
@@ -48,16 +48,6 @@ typedef enum _MainParamType
} MainParamType;
-static config_param main_params[MPT_COUNT] = {
-
- [MPT_LAST_PROJECT] = { "/OpenIDA/Editor/LastProject", CVT_STRING, false, NULL, NULL },
- [MPT_ELLIPSIS_HEADER] = { "/OpenIDA/Editor/Panels/ellipsis_header", CVT_INTEGER, false, { .integer = 54 }, NULL },
- [MPT_ELLIPSIS_TAB] = { "/OpenIDA/Editor/Panels/ellipsis_tab", CVT_INTEGER, false, { .integer = 35 }, NULL },
-
- [MPT_AUTO_SAVE] = { "/OpenIDA/Project/Autosave", CVT_BOOLEAN, false, { .boolean = true }, NULL },
-
-};
-
#define set_main_configuration(cfg) _get_main_configuration(cfg)
#define get_main_configuration() _get_main_configuration(NULL)