Revert "engine: client: add missing ref_null to R_CollectRendererNames"
This reverts commit 69ec810ed0
.
This commit is contained in:
parent
9f10fb6472
commit
9dd7f37d42
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue