summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-06 22:46:15 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-06 22:46:15 +0200
commitf0fd20fdd649eb61fa0d2444d910a2b0882e3580 (patch)
treeee879af37c773e8a40b353e6e1e714ab5e1f45b1 /src/localplayer.h
parent7ee2220427d8735c777f504517c24c49afda699f (diff)
downloadMana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.gz
Mana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.bz2
Mana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.xz
Mana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.zip
Moved many MessageOut constructions around
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 14f492b2..c93368a5 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -210,9 +210,6 @@ class LocalPlayer : public Player
/**
* Unequips an item.
*/
-#ifdef TMWSERV_SUPPORT
- void unequipItem(int slot);
-#endif
void unequipItem(Item *item);
void useItem(Item *item);