fpsound: Removes unused code

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2268 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2012-01-25 14:30:25 +00:00
parent d605088c96
commit bc0894fe7a

View File

@ -7,7 +7,7 @@ unit fpsound_openal;
interface
uses
Classes, SysUtils, openal, fpsound_wav, fpsound;
Classes, SysUtils, openal, fpsound;
// openal
const
@ -35,7 +35,6 @@ type
al_bufsize : Longword;
al_readbuf : Pointer;
al_rate : Longword;
wave : TWaveReader;
public
procedure Initialize; override;
procedure Finalize; override;