aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-17 18:32:05 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-17 18:32:05 +0000
commitfe9ddbd8fc0a2b947d642323f87d636c2fa941b2 (patch)
tree8aebaaaf372718e914c6ce413463b1116b9b7057 /Game
parent329e2b8eabd0f4ecb6e6a9bdc66d595c988d399a (diff)
downloadusdx-fe9ddbd8fc0a2b947d642323f87d636c2fa941b2.tar.gz
usdx-fe9ddbd8fc0a2b947d642323f87d636c2fa941b2.tar.xz
usdx-fe9ddbd8fc0a2b947d642323f87d636c2fa941b2.zip
references to UMacResources.pp removed
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1208 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/UMain.pas3
-rw-r--r--Game/Code/UltraStar.dpr1
2 files changed, 0 insertions, 4 deletions
diff --git a/Game/Code/Classes/UMain.pas b/Game/Code/Classes/UMain.pas
index 768917ca..95c1914a 100644
--- a/Game/Code/Classes/UMain.pas
+++ b/Game/Code/Classes/UMain.pas
@@ -20,9 +20,6 @@ uses
ULyrics,
UScreenSing,
USong,
-{$IFDEF DARWIN}
- UMacResources,
-{$ENDIF}
gl;
type
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index 14fe73e0..bcee540d 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -59,7 +59,6 @@ uses
{$ENDIF}
{$IFDEF DARWIN}
PseudoThread in 'MacOSX/Wrapper/PseudoThread.pas',
- UMacResources in 'MacOSX/Wrapper/UMacResources.pp',
{$ENDIF}
{$IFDEF UsePortaudio}
portaudio in 'lib\portaudio\delphi\portaudio.pas',