diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-06 22:46:15 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-06 22:46:15 +0200 |
commit | f0fd20fdd649eb61fa0d2444d910a2b0882e3580 (patch) | |
tree | ee879af37c773e8a40b353e6e1e714ab5e1f45b1 /src/localplayer.h | |
parent | 7ee2220427d8735c777f504517c24c49afda699f (diff) | |
download | mana-client-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.gz mana-client-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.bz2 mana-client-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.xz mana-client-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.h | 3 |
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); |