From c7d406835edff60c11608276450fadbc359853fa Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 14 Jan 2012 13:59:53 +0100 Subject: [PATCH] Get rid of ID_OPENAL This is always required for clients. --- framework/BuildDefines.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/framework/BuildDefines.h b/framework/BuildDefines.h index 4b8ed7f..0944810 100644 --- a/framework/BuildDefines.h +++ b/framework/BuildDefines.h @@ -96,14 +96,6 @@ If you have questions concerning this license or the applicable additional terms # endif #endif -#ifndef ID_OPENAL -# if !defined( ID_DEDICATED ) -# define ID_OPENAL 1 -# else -# define ID_OPENAL 0 -# endif -#endif - // async network /*