diff -r 569fd65261d0 -r 3ec07a7d8456 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Mon Mar 29 20:49:36 2010 +0000 +++ b/hedgewars/uWorld.pas Mon Mar 29 23:20:34 2010 +0000 @@ -47,12 +47,7 @@ procedure ShakeCamera(amount: LongWord); implementation -uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, uAmmos, uVisualGears, uChat, uLandTexture, uLand, -{$IFDEF GLES11} - gles11; -{$ELSE} - GL; -{$ENDIF} +uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, uAmmos, uVisualGears, uChat, uLandTexture, uLand, GLunit; type TCaptionStr = record Tex: PTexture;