diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-10 02:13:08 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-10 02:13:08 +0000 |
commit | 7ede07ea15a9c91f980a25ed6afbdf45987e7fcd (patch) | |
tree | d3fe7a0576b2b9f0b22c1baaad451bc6d44affcb /Game/Code/Classes/ULog.pas | |
parent | 07d79daa7ca0af3cd24820242a3428fb18f3403b (diff) | |
download | usdx-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/Classes/ULog.pas | 2 |
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;
|