summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog.txt1
-rw-r--r--src/map/map.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 3a1ae0ef0..379f092ee 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,6 @@
Date Added
12/15
+ * Removed unused var in src/map/map.c:107 [MouseJstr]
* fix compile error in text converters [MouseJstr]
* Skill Updates [celest]
- Corrected traps to last longer in GvG
diff --git a/src/map/map.c b/src/map/map.c
index 84164ff95..83c99ed5c 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -104,8 +104,6 @@ static int online_timer(int,unsigned int,int,int);
int CHECK_INTERVAL = 3600000; // [Valaris]
int check_online_timer=0; // [Valaris]
-static int pos = 0;
-
#endif /* not TXT_ONLY */
#define USE_AFM