DEADSOFTWARE

engine: game: hack-killed some warnings
[d2df-sdl.git] / src / engine / e_soundfile_vorbis.pas
index d27b8ed7a49b03c41170491a5c68c25e48bd8537..d003fb697b728a16065af8e245af5bbf9c6d6571 100644 (file)
@@ -168,7 +168,7 @@ end;
 
 function TVorbisLoader.LoadStream(Stream: TStream; SStreaming: Boolean): Boolean;
 var
-  Ret, Bit: clong;
+  Ret: clong;
   Info: pvorbis_info;
   FullBuf: Pointer;
 begin