summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
commit42847682e6b753a819d23c3df77467f6d39c486b (patch)
tree63d9fd38d9f03cf65b7d0d694aec72b840e6bee9 /src/variable.cc
parentd33961f89a0c80f2fae4020184e72467b5c192cf (diff)
Move bg into GameEditData
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 426d4b3a..272d9267 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -774,12 +774,6 @@ DECLARE_FLAG_ZERO_IMPL(dungeon_flag_set, dungeon_flags);
birther previous_char;
/*
- * Race histories
- */
-hist_type *bg;
-int max_bg_idx;
-
-/*
* The spell list of schools
*/
s16b schools_count = 0;