summaryrefslogtreecommitdiff
path: root/src/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.h')
-rw-r--r--src/variable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/variable.h b/src/variable.h
index 3687ec90..90a462b5 100644
--- a/src/variable.h
+++ b/src/variable.h
@@ -2,7 +2,6 @@
#include "angband.h"
-// C linkage required for these functions since main-* code uses them.
#ifdef __cplusplus
extern "C" {
#endif
@@ -28,7 +27,6 @@ extern byte angband_color_table[256][4];
extern bool_ arg_wizard;
extern bool_ arg_force_original;
extern bool_ arg_force_roguelike;
-extern hist_type *bg;
extern bool_ character_generated;
extern bool_ character_icky;
extern bool_ inkey_flag;