about summary refs log tree commit diff
path: root/src/engine/e_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_config.h')
-rw-r--r--src/engine/e_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/e_config.h b/src/engine/e_config.h
index 78ffdd02..514a6ceb 100644
--- a/src/engine/e_config.h
+++ b/src/engine/e_config.h
@@ -20,8 +20,8 @@ extern CONFIGURATION config;
 void config_init();
 void config_set(const char *line);
 void config_reset();
-void config_load(const char *filename);
-void config_save(const char *filename);
+/*void config_load(const char *filename);*/
+void config_save();
 
 typedef int (*CONFIG_INT_GETTER)(CONFIGURATION *c);
 typedef const char *(*CONFIG_STR_GETTER)(CONFIGURATION *c);