diff --git a/engine/client/ref_common.c b/engine/client/ref_common.c index 3dbb8218..93083f1f 100644 --- a/engine/client/ref_common.c +++ b/engine/client/ref_common.c @@ -644,9 +644,6 @@ static void R_CollectRendererNames( void ) #endif #if XASH_REF_SOFT_ENABLED "soft", -#endif -#if XASH_REF_NULL_ENABLED - "null", #endif }; @@ -670,9 +667,6 @@ static void R_CollectRendererNames( void ) #endif #if XASH_REF_SOFT_ENABLED "Software", -#endif -#if XASH_REF_NULL_ENABLED - "Null Renderer", #endif };