1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

(svn r155) -Fix: remove unused variable, thanks Tron_

This commit is contained in:
darkvater
2004-09-03 20:25:49 +00:00
parent ca67192520
commit d366958f56

View File

@@ -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: {