From 659f88b3328ab25380777d2f04124ff5e5c444ba Mon Sep 17 00:00:00 2001 From: jaybinks Date: Tue, 16 Oct 2007 11:36:18 +0000 Subject: tidy up un-needed uses clauses.. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@516 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenSing.pas | 6 ------ Game/Code/Screens/UScreenSingModi.pas | 4 +--- Game/Code/UltraStar.dpr | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas index c32b29e0..542326d2 100644 --- a/Game/Code/Screens/UScreenSing.pas +++ b/Game/Code/Screens/UScreenSing.pas @@ -22,15 +22,9 @@ uses UMenu, ULyrics, TextGL, OpenGL12, -(* - {$IFDEF useBASS} - bass, - {$ENDIF} -*) UThemes, ULCD, UGraphicClasses, -// UVideo, USingScores; type diff --git a/Game/Code/Screens/UScreenSingModi.pas b/Game/Code/Screens/UScreenSingModi.pas index b6989c76..e2d53f0a 100644 --- a/Game/Code/Screens/UScreenSingModi.pas +++ b/Game/Code/Screens/UScreenSingModi.pas @@ -21,9 +21,7 @@ uses UMenu, ULyrics, TextGL, OpenGL12, - {$IFDEF useBASS} - bass, - {$ENDIF} + UThemes, ULCD, UScreenSing, diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 44f48f12..9cdbca50 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -49,7 +49,7 @@ uses // UAudio_FFMpeg in 'Classes\UAudio_FFMpeg.pas', UAudio_Bass in 'Classes\UAudio_Bass.pas', - UVideo in 'Classes\UVideo.pas', + UVideo in 'Classes\UVideo.pas', -- cgit v1.2.3