summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-02-22 14:10:44 +0000
committerfrosch <frosch@openttd.org>2015-02-22 14:10:44 +0000
commit06d1d508842b23ba63271cfdbca12f160c84b29a (patch)
tree9508f69ac09c406dcae290aaa70f66f1e39f8b99 /src/smallmap_gui.h
parente8e49e5ddabf6bdc6c6b6a77a1d2ead377c27444 (diff)
downloadopenttd-06d1d508842b23ba63271cfdbca12f160c84b29a.tar.xz
(svn r27158) -Codechange: Simplify mapping from viewport to smallmap coordinates by duplicating less code.
Diffstat (limited to 'src/smallmap_gui.h')
-rw-r--r--src/smallmap_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smallmap_gui.h b/src/smallmap_gui.h
index 7a4805841..2903544a6 100644
--- a/src/smallmap_gui.h
+++ b/src/smallmap_gui.h
@@ -157,7 +157,6 @@ protected:
void DrawSmallMapColumn(void *dst, uint xc, uint yc, int pitch, int reps, int start_pos, int end_pos, Blitter *blitter) const;
void DrawVehicles(const DrawPixelInfo *dpi, Blitter *blitter) const;
void DrawTowns(const DrawPixelInfo *dpi) const;
- Point GetSmallMapCoordIncludingHeight(Point viewport_coord) const;
void DrawSmallMap(DrawPixelInfo *dpi) const;
Point RemapTile(int tile_x, int tile_y) const;