1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-11-16 06:15:06 -05:00

Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)

This commit is contained in:
Jay Arndt 2016-07-06 20:15:36 -05:00 committed by est31
parent 281e9f39fd
commit 795f1c75cb

View File

@ -695,8 +695,8 @@ bool setXorgWindowIcon(IrrlichtDevice *device,
delete [] icon_buffer; delete [] icon_buffer;
return true;
#endif #endif
return true;
} }
//// ////