diff -r 709fdb89f76c -r 24daa33a3114 hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Sun Oct 10 21:32:18 2010 +0400 +++ b/hedgewars/PascalExports.pas Sun Oct 10 22:32:01 2010 +0200 @@ -167,18 +167,6 @@ if closeFrontend then alsoShutdownFrontend:= true; end; -procedure HW_setLandscape(landscape: boolean); cdecl; export; -begin - if landscape then - begin - cOffsetY:= 0; - end - else - begin - cOffsetY:= 120; - end; -end; - procedure HW_setCursor(x,y: LongInt); cdecl; export; begin CursorPoint.X:= x;