aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenScore.pas
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-10 02:13:08 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-10 02:13:08 +0000
commit7ede07ea15a9c91f980a25ed6afbdf45987e7fcd (patch)
treed3fe7a0576b2b9f0b22c1baaad451bc6d44affcb /Game/Code/Screens/UScreenScore.pas
parent07d79daa7ca0af3cd24820242a3428fb18f3403b (diff)
downloadusdx-7ede07ea15a9c91f980a25ed6afbdf45987e7fcd.tar.gz
usdx-7ede07ea15a9c91f980a25ed6afbdf45987e7fcd.tar.xz
usdx-7ede07ea15a9c91f980a25ed6afbdf45987e7fcd.zip
auto removed a bunch of unused local variables
( removed with a script parsing compiler output ) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@950 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenScore.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Screens/UScreenScore.pas b/Game/Code/Screens/UScreenScore.pas
index f7e641d6..5bba9691 100644
--- a/Game/Code/Screens/UScreenScore.pas
+++ b/Game/Code/Screens/UScreenScore.pas
@@ -761,8 +761,8 @@ var
Score : integer;
//textures
- TextureBar : integer;
- TextureRound : integer;
+// TextureBar : integer; // Auto Removed, Unused Variable
+// TextureRound : integer; // Auto Removed, Unused Variable
begin
MaxHeight := aPlayerScoreScreenDatas[PlayerNumber].Bar_Height;
Width := aPlayerScoreScreenDatas[PlayerNumber].Bar_Width;