From e7bd5918427141c16c92a2a9201aca5edcfa59de Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 30 Nov 2004 19:10:43 +0000 Subject: [PATCH] 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 --- source/gameengine/Converter/KX_ConvertActuators.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/gameengine/Converter/KX_ConvertActuators.cpp b/source/gameengine/Converter/KX_ConvertActuators.cpp index aa57e883f71..a6baa04b045 100644 --- a/source/gameengine/Converter/KX_ConvertActuators.cpp +++ b/source/gameengine/Converter/KX_ConvertActuators.cpp @@ -31,10 +31,6 @@ * Convert Blender actuators for use in the GameEngine */ -#ifdef HAVE_CONFIG_H -#include -#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)