From f3e77c4f86e9a312f74f22d575cf1f4759701337 Mon Sep 17 00:00:00 2001
From: Ira Rice <irarice@gmail.com>
Date: Fri, 9 Jan 2009 22:18:06 -0700
Subject: Removed an unneccessary function

Signed-off-by: Ira Rice <irarice@gmail.com>
---
 src/localplayer.cpp | 8 --------
 src/localplayer.h   | 2 --
 2 files changed, 10 deletions(-)

(limited to 'src')

diff --git a/src/localplayer.cpp b/src/localplayer.cpp
index c6ce6fc5..7d3ff3ab 100644
--- a/src/localplayer.cpp
+++ b/src/localplayer.cpp
@@ -195,14 +195,6 @@ void LocalPlayer::setName(const std::string &name)
     }
 }
 
-void LocalPlayer::updateCoords()
-{
-    if (mName)
-    {
-        mName->adviseXY(mPx + NAME_X_OFFSET, mPy + NAME_Y_OFFSET);
-    }
-}
-
 void LocalPlayer::nextStep()
 {
     if (mPath.empty())
diff --git a/src/localplayer.h b/src/localplayer.h
index 28551a22..76c810bb 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -271,8 +271,6 @@ class LocalPlayer : public Player
 
         // Load the target cursors into memory
         void initTargetCursor();
-
-        virtual void updateCoords();
 };
 
 extern LocalPlayer *player_node;
-- 
cgit v1.2.3-70-g09d2