mirror of https://github.com/OpenTTD/OpenTTD
(svn r155) -Fix: remove unused variable, thanks Tron_
parent
ca67192520
commit
d366958f56
|
@ -1013,7 +1013,6 @@ static Widget _extra_view_port_widgets[] = {
|
||||||
static void ExtraViewPortWndProc(Window *w, WindowEvent *e)
|
static void ExtraViewPortWndProc(Window *w, WindowEvent *e)
|
||||||
{
|
{
|
||||||
ViewPort *vp = w->viewport;
|
ViewPort *vp = w->viewport;
|
||||||
int button = 4;
|
|
||||||
|
|
||||||
switch(e->event) {
|
switch(e->event) {
|
||||||
case WE_PAINT: {
|
case WE_PAINT: {
|
||||||
|
|
Loading…
Reference in New Issue