diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-01 18:58:01 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-01 18:58:01 +0000 |
commit | 05611382cba6ee713b76d0bead4b7fb6ac4e47b9 (patch) | |
tree | 4d884736365a4ba0dd8594085e951efbc338b7d7 /Game/Code/Menu/UMenuText.pas | |
parent | 018f33e2c108242f34d185b1cc675bbe9185ce4e (diff) | |
download | usdx-05611382cba6ee713b76d0bead4b7fb6ac4e47b9.tar.gz usdx-05611382cba6ee713b76d0bead4b7fb6ac4e47b9.tar.xz usdx-05611382cba6ee713b76d0bead4b7fb6ac4e47b9.zip |
removed unused lclintf/windows references
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@996 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Menu/UMenuText.pas')
-rw-r--r-- | Game/Code/Menu/UMenuText.pas | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Game/Code/Menu/UMenuText.pas b/Game/Code/Menu/UMenuText.pas index 3dff321a..25264c64 100644 --- a/Game/Code/Menu/UMenuText.pas +++ b/Game/Code/Menu/UMenuText.pas @@ -57,11 +57,6 @@ type implementation uses UGraphic, - {$IFDEF win32} - windows, - {$ELSE} - lclintf, - {$ENDIF} StrUtils; {$IFDEF DARWIN} |