From 9dd7f37d42a042b0c574d92f9bd4d6a328750580 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 21 Aug 2024 12:09:11 +0300 Subject: [PATCH] Revert "engine: client: add missing ref_null to R_CollectRendererNames" This reverts commit 69ec810ed012b160d5c24b673c6b9b39f7bdde21. --- engine/client/ref_common.c | 6 ------ 1 file changed, 6 deletions(-) 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 };