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/UAudioPlayback_SDL.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/UAudioPlayback_SDL.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UAudioPlayback_SDL.pas b/Game/Code/Classes/UAudioPlayback_SDL.pas index 4c9200b2..6fc22242 100644 --- a/Game/Code/Classes/UAudioPlayback_SDL.pas +++ b/Game/Code/Classes/UAudioPlayback_SDL.pas @@ -56,7 +56,7 @@ end; function TAudioPlayback_SDL.InitializeAudioPlaybackEngine(): boolean;
var
desiredAudioSpec, obtainedAudioSpec: TSDL_AudioSpec;
- err: integer;
+// err: integer; // Auto Removed, Unused Variable
begin
result := false;
|