diff options
author | darkvater <darkvater@openttd.org> | 2004-09-03 20:25:49 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2004-09-03 20:25:49 +0000 |
commit | d366958f56703045305c2c3b5978c223e702ced2 (patch) | |
tree | 5e906bd57751f0f8ef9df9d488fef31448c13c01 | |
parent | ca671925205032384f9c2786ace42721f69579d5 (diff) | |
download | openttd-d366958f56703045305c2c3b5978c223e702ced2.tar.xz |
(svn r155) -Fix: remove unused variable, thanks Tron_
-rw-r--r-- | smallmap_gui.c | 1 |
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: { |