From ae71bff0869ad0cf8854f79a8429b4699635ab65 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 29 Mar 2008 14:34:40 +0000 Subject: some clean up and increased the size of a strings in the console --- src/engine/e_config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/e_config.h') 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); -- cgit 1.4.1