Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)
parent
281e9f39fd
commit
795f1c75cb
|
@ -695,8 +695,8 @@ bool setXorgWindowIcon(IrrlichtDevice *device,
|
||||||
|
|
||||||
delete [] icon_buffer;
|
delete [] icon_buffer;
|
||||||
|
|
||||||
return true;
|
|
||||||
#endif
|
#endif
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
////
|
////
|
||||||
|
|
Loading…
Reference in New Issue