From 7ca5a50d84dda9790591de98fb92504e63a1ef59 Mon Sep 17 00:00:00 2001 From: res Date: Wed, 16 Jan 2008 11:05:29 +0000 Subject: [PATCH] Gecko: load OffscreenGecko dynamically git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7964 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_gecko.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cl_gecko.h b/cl_gecko.h index 3d610921..05b74e92 100644 --- a/cl_gecko.h +++ b/cl_gecko.h @@ -1,7 +1,5 @@ // Andreas Kirsch 07 -#ifdef SUPPORT_GECKO - #ifndef CL_GECKO_H #define CL_GECKO_H @@ -40,5 +38,3 @@ void CL_Gecko_Resize( clgecko_t *instance, int width, int height ); void CL_Gecko_GetTextureExtent( clgecko_t *instance, float* pwidth, float* pheight ); #endif -#endif - -- 2.39.2