Fix/mark 2 unused symbols

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@790 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-10-21 06:14:35 +00:00
parent 4b0ed1be22
commit 1e34dc870d
2 changed files with 1 additions and 3 deletions

View File

@ -547,7 +547,7 @@ BOOL cdAudio_Resume( void )
// ======================================================================
// ======================================================================
//
static void cdAudio_SetVolume( SDWORD iVol )
static WZ_DECL_DEPRECATED void cdAudio_SetVolume( SDWORD iVol ) // FIXME Currently not used nowhere!
{
#ifdef WZ_CDA
#else

View File

@ -71,8 +71,6 @@ static void PrintOpenALVersion(void)
alGetString(AL_RENDERER), alGetString(AL_EXTENSIONS));
}
static unsigned int nb_sources = 0;
//*
// =======================================================================================================================
// =======================================================================================================================