Removed an unused variable and the autoconf config.h stuff.

(was hunting down why audio isn't working on solaris and figured
I'd clean up the warning)

Kent
This commit is contained in:
Kent Mein 2004-11-30 19:10:43 +00:00
parent d9e4a8580e
commit e7bd591842

@ -31,10 +31,6 @@
* Convert Blender actuators for use in the GameEngine
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32
#pragma warning (disable : 4786)
#endif //WIN32
@ -451,7 +447,6 @@ void BL_ConvertActuators(char* maggiename,
if (cdActuatorType != KX_CDActuator::KX_CDACT_NODEF)
{
SND_Scene* soundscene = scene->GetSoundScene();
SND_CDObject* pCD = SND_CDObject::Instance();
if (pCD)