summaryrefslogtreecommitdiff
path: root/src/variable.cc
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/variable.cc
parent598c5887ae589059e4f4a9801ff1e4f7f8385f00 (diff)
Remove character background
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 8395a75e..3b81a51a 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -202,11 +202,6 @@ object_type *tracked_object;
/*
- * Hack -- Textual "history" for the Player
- */
-char history[4][60];
-
-/*
* Buffer to hold the current savefile name
*/
char savefile[1024];