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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/e_config.h b/src/engine/e_config.h
index 514a6ceb..6d56b026 100644
--- a/src/engine/e_config.h
+++ b/src/engine/e_config.h
@@ -18,9 +18,7 @@ typedef struct
 extern CONFIGURATION config;
 
 void config_init();
-void config_set(const char *line);
 void config_reset();
-/*void config_load(const char *filename);*/
 void config_save();
 
 typedef int (*CONFIG_INT_GETTER)(CONFIGURATION *c);