Revert "engine: client: add missing ref_null to R_CollectRendererNames"

This reverts commit 69ec810ed0.
This commit is contained in:
Alibek Omarov 2024-08-21 12:09:11 +03:00
parent 9f10fb6472
commit 9dd7f37d42

View file

@ -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
};