diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-10 02:10:50 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-10 02:10:50 +0000 |
commit | 07d79daa7ca0af3cd24820242a3428fb18f3403b (patch) | |
tree | 9dc93838d7815f30a7212de9ee543dffcbb98342 /Game/Code/Classes/UAudioPlayback_SoftMixer.pas | |
parent | 78ea8d5b1d7608255de7a776d98032fa14d47b76 (diff) | |
download | usdx-07d79daa7ca0af3cd24820242a3428fb18f3403b.tar.gz usdx-07d79daa7ca0af3cd24820242a3428fb18f3403b.tar.xz usdx-07d79daa7ca0af3cd24820242a3428fb18f3403b.zip |
removed a few unused local variables
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@949 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UAudioPlayback_SoftMixer.pas')
-rw-r--r-- | Game/Code/Classes/UAudioPlayback_SoftMixer.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Classes/UAudioPlayback_SoftMixer.pas b/Game/Code/Classes/UAudioPlayback_SoftMixer.pas index 9fd9028a..7c7a09aa 100644 --- a/Game/Code/Classes/UAudioPlayback_SoftMixer.pas +++ b/Game/Code/Classes/UAudioPlayback_SoftMixer.pas @@ -342,7 +342,7 @@ end; function TGenericPlaybackStream.InitFormatConversion(): boolean; var - err: integer; + //err: integer; srcFormat: UInt16; dstFormat: UInt16; srcFormatInfo: TAudioFormatInfo; @@ -785,8 +785,8 @@ begin end; function TAudioPlayback_SoftMixer.Open(const Filename: string): boolean; -var - decodeStream: TAudioDecodeStream; +//var +// decodeStream: TAudioDecodeStream; begin Result := false; |