diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/UMain.pas | 3 | ||||
-rw-r--r-- | Game/Code/UltraStar.dpr | 1 |
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', |