summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 71a826a1f..81dedd144 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -2004,14 +2004,6 @@ LocalPlayer* Client::getLocalPlayer()
return m_env.getLocalPlayer();
}
-void Client::setPlayerWield(scene::ISceneNode *wield)
-{
- //JMutexAutoLock envlock(m_env_mutex); //bulk comment-out
- LocalPlayer *player = m_env.getLocalPlayer();
- assert(player != NULL);
- player->wield = wield;
-}
-
void Client::setPlayerControl(PlayerControl &control)
{
//JMutexAutoLock envlock(m_env_mutex); //bulk comment-out