engine: common: cvar: remove unused CVAR_TO_BOOL macro
This commit is contained in:
parent
bd52a9ec2d
commit
7fd1534753
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ typedef struct convar_s
|
||||||
#define CVAR_DEFINE_AUTO( cv, cvstr, cvflags, cvdesc ) \
|
#define CVAR_DEFINE_AUTO( cv, cvstr, cvflags, cvdesc ) \
|
||||||
CVAR_DEFINE( cv, #cv, cvstr, cvflags, cvdesc )
|
CVAR_DEFINE( cv, #cv, cvstr, cvflags, cvdesc )
|
||||||
|
|
||||||
#define CVAR_TO_BOOL( x ) ((x) && ((x)->value != 0.0f) ? true : false )
|
|
||||||
|
|
||||||
#ifndef REF_DLL
|
#ifndef REF_DLL
|
||||||
cvar_t *Cvar_GetList( void );
|
cvar_t *Cvar_GetList( void );
|
||||||
#define Cvar_FindVar( name ) Cvar_FindVarExt( name, 0 )
|
#define Cvar_FindVar( name ) Cvar_FindVarExt( name, 0 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue