aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/ULog.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/Classes/ULog.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 'Game/Code/Classes/ULog.pas')
-rw-r--r--Game/Code/Classes/ULog.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/ULog.pas b/Game/Code/Classes/ULog.pas
index 6380b10a..c30bf676 100644
--- a/Game/Code/Classes/ULog.pas
+++ b/Game/Code/Classes/ULog.pas
@@ -282,7 +282,7 @@ end;
procedure TLog.LogVoice(SoundNr: integer);
var
- FileVoice: File;
+// FileVoice: File; // Auto Removed, Unused Variable
FS: TFileStream;
FileName: string;
Num: integer;