aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index ff25ea1..8470cc2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -13,6 +13,4 @@ typedef struct {
char disable_keyclick;
} conf_t;
-extern conf_t *conf;
-
#define config (*(conf_t *)0x0400)