summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-08-22 13:36:30 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-15 11:46:14 -0400
commitdb232cbf9f4797433d1d9ba8f5dd58fc44a04180 (patch)
treeaa55f485d0f38345a96f4d49c91932f7d50d72f6 /src/map/pc.cpp
parenta5058369055b26bdba51806f3e2457a067670f7a (diff)
downloadtmwa-db232cbf9f4797433d1d9ba8f5dd58fc44a04180.tar.gz
tmwa-db232cbf9f4797433d1d9ba8f5dd58fc44a04180.tar.bz2
tmwa-db232cbf9f4797433d1d9ba8f5dd58fc44a04180.tar.xz
tmwa-db232cbf9f4797433d1d9ba8f5dd58fc44a04180.zip
fix compilation errors
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r--src/map/pc.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index 96e0cac..64e0a6e 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -5063,11 +5063,6 @@ void do_init_pc(void)
).detach();
}
-void pc_cleanup(dumb_ptr<map_session_data> sd)
-{
- //magic_stop_completely(sd);
-}
-
void pc_invisibility(dumb_ptr<map_session_data> sd, int enabled)
{
if (enabled && !bool(sd->status.option & Opt0::INVISIBILITY))