summaryrefslogtreecommitdiff
path: root/src/init2.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
commit460513b54733dbc3b10274622d960b3c47f60e85 (patch)
tree92e1557c69f62f158c275fb1bf79c2d54eeaee03 /src/init2.cc
parentb329b2fd77e32112a08fc41e1be58b32648225cf (diff)
Remove meta_class_info
We replace it with a single number on the C:N: line which determines the display order of the classes. (That's all that meta_class_info effectively did.)
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init2.cc b/src/init2.cc
index 160dbeef..327556e3 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -20,7 +20,6 @@
#include "init1.hpp"
#include "lua_bind.hpp"
#include "messages.hpp"
-#include "meta_class_type.hpp"
#include "modules.hpp"
#include "monster_ego.hpp"
#include "monster_race.hpp"
@@ -556,7 +555,6 @@ namespace {
race_mod_info = new player_race_mod[max_rmp_idx];
class_info = new player_class[max_c_idx];
bg = make_array<hist_type>(max_bg_idx);
- meta_class_info = new meta_class_type[max_mc_idx];
gen_skill = new skill_modifiers;
}