summaryrefslogtreecommitdiff
path: root/smallmap_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-03 20:25:49 +0000
committerdarkvater <darkvater@openttd.org>2004-09-03 20:25:49 +0000
commitd366958f56703045305c2c3b5978c223e702ced2 (patch)
tree5e906bd57751f0f8ef9df9d488fef31448c13c01 /smallmap_gui.c
parentca671925205032384f9c2786ace42721f69579d5 (diff)
downloadopenttd-d366958f56703045305c2c3b5978c223e702ced2.tar.xz
(svn r155) -Fix: remove unused variable, thanks Tron_
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r--smallmap_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c
index 3dcc370ec..55dc77324 100644
--- a/smallmap_gui.c
+++ b/smallmap_gui.c
@@ -1013,7 +1013,6 @@ static Widget _extra_view_port_widgets[] = {
static void ExtraViewPortWndProc(Window *w, WindowEvent *e)
{
ViewPort *vp = w->viewport;
- int button = 4;
switch(e->event) {
case WE_PAINT: {