mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-19 13:41:11 +00:00
(svn r155) -Fix: remove unused variable, thanks Tron_
This commit is contained in:
parent
ca67192520
commit
d366958f56
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user