changeset 3948 | 24daa33a3114 |
parent 3940 | cc29628976cc |
child 3952 | d6412423da45 |
--- 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;