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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/engine/e_config.h b/src/engine/e_config.h
index 965e08f0..6ca7a8ee 100644
--- a/src/engine/e_config.h
+++ b/src/engine/e_config.h
@@ -2,10 +2,6 @@
 #ifndef _CONFIG_H
 #define _CONFIG_H
 
-#ifdef __cplusplus
-extern "C"{
-#endif
-
 typedef struct
 { 
     #define MACRO_CONFIG_INT(name,def,min,max,save,desc) int name;
@@ -45,8 +41,4 @@ typedef void (*CONFIG_STR_SETTER)(CONFIGURATION *c, const char *str);
 #undef MACRO_CONFIG_INT
 #undef MACRO_CONFIG_STR
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif