summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-22 17:44:11 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-22 17:44:11 +0300
commit1995e723df5d5aef32b289c0122493ee6fe18b0e (patch)
treeb8dc80f75ac17732c80574fe40910d02e8b90a1b /src/gui/viewport.h
parent35263d0f161f59f2dec6586c61970eaf1ce2f6f1 (diff)
downloadManaVerse-1995e723df5d5aef32b289c0122493ee6fe18b0e.tar.gz
ManaVerse-1995e723df5d5aef32b289c0122493ee6fe18b0e.tar.bz2
ManaVerse-1995e723df5d5aef32b289c0122493ee6fe18b0e.tar.xz
ManaVerse-1995e723df5d5aef32b289c0122493ee6fe18b0e.zip
Move "map draw type" variable into settings.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index 4a7abea93..9ed4b3f7f 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -242,12 +242,6 @@ class Viewport final : public WindowContainer,
void scrollBy(const int x, const int y)
{ mPixelViewX += x; mPixelViewY += y; }
- int getMapDrawType() const A_WARN_UNUSED
- { return mMapDrawType; }
-
- void setMapDrawType(const int n)
- { mMapDrawType = n; }
-
int getCameraMode() const A_WARN_UNUSED
{ return mCameraMode; }
@@ -344,7 +338,6 @@ class Viewport final : public WindowContainer,
int mMousePressY;
int mPixelViewX; /**< Current viewpoint in pixels. */
int mPixelViewY; /**< Current viewpoint in pixels. */
- int mMapDrawType; /**< Show a path from player to pointer. */
int mCameraMode; /**< Camera mode. */
int mLocalWalkTime; /**< Timestamp before the next walk can be sent. */