aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UAudioPlayback_SoftMixer.pas
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-10 02:10:50 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-10 02:10:50 +0000
commit07d79daa7ca0af3cd24820242a3428fb18f3403b (patch)
tree9dc93838d7815f30a7212de9ee543dffcbb98342 /Game/Code/Classes/UAudioPlayback_SoftMixer.pas
parent78ea8d5b1d7608255de7a776d98032fa14d47b76 (diff)
downloadusdx-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.pas6
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;