summaryrefslogtreecommitdiff
path: root/src/params.h
diff options
context:
space:
mode:
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)