summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-23 15:21:06 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-23 16:04:06 +0200
commit37f693585407e9282f24cb7f1166ce0898441934 (patch)
tree06a6b9c13369c6cf759b1f7f39f745f034d519f2 /src/map
parent52fca53139167fe93e7251de269d764b001daa66 (diff)
downloadhercules-37f693585407e9282f24cb7f1166ce0898441934.tar.gz
hercules-37f693585407e9282f24cb7f1166ce0898441934.tar.bz2
hercules-37f693585407e9282f24cb7f1166ce0898441934.tar.xz
hercules-37f693585407e9282f24cb7f1166ce0898441934.zip
Remove debug variables delunit_prevfile and delunit_prevline from struct map_session_data
Diffstat (limited to 'src/map')
-rw-r--r--src/map/pc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index e560df549..8d1cd0ca4 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -629,10 +629,6 @@ END_ZEROED_BLOCK;
uint8 lang_id;
- // temporary debugging of bug #3504
- const char* delunit_prevfile;
- int delunit_prevline;
-
// HatEffect
VECTOR_DECL(int) hatEffectId;