summaryrefslogtreecommitdiff
path: root/src/game_edit_data.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commitca47ccdc66d252e0b5791112cac4042e86cefc89 (patch)
treeeee43a66c0351f088eea2e9bb288eec7b8bb298b /src/game_edit_data.hpp
parent598c5887ae589059e4f4a9801ff1e4f7f8385f00 (diff)
Remove character background
Diffstat (limited to 'src/game_edit_data.hpp')
-rw-r--r--src/game_edit_data.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game_edit_data.hpp b/src/game_edit_data.hpp
index cc3af2dc..a4727d90 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -5,7 +5,6 @@
#include "dungeon_info_type.hpp"
#include "ego_item_type.hpp"
#include "feature_type.hpp"
-#include "hist_type.hpp"
#include "monster_ego.hpp"
#include "monster_race.hpp"
#include "object_kind.hpp"
@@ -102,11 +101,6 @@ struct GameEditData {
std::vector<player_race_mod> race_mod_info;
/**
- * Player race histories
- */
- std::vector<hist_type> bg;
-
- /**
* Player skills
*/
std::vector<skill_descriptor> s_descriptors;