diff -r 569fd65261d0 -r 3ec07a7d8456 hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Mon Mar 29 20:49:36 2010 +0000 +++ b/hedgewars/uLandTexture.pas Mon Mar 29 23:20:34 2010 +0000 @@ -27,12 +27,7 @@ procedure FreeLand; implementation -uses uMisc, uLand, uStore, uConsts, -{$IFDEF GLES11} - gles11; -{$ELSE} - GL; -{$ENDIF} +uses uMisc, uLand, uStore, uConsts, GLunit; const TEXSIZE = 256;