ref: remove unused function declarations
This commit is contained in:
parent
d6e77e531d
commit
2785376bd3
2 changed files with 0 additions and 4 deletions
|
@ -538,8 +538,6 @@ void R_RunViewmodelEvents( void );
|
||||||
void R_DrawViewModel( void );
|
void R_DrawViewModel( void );
|
||||||
int R_GetSpriteTexture( const struct model_s *m_pSpriteModel, int frame );
|
int R_GetSpriteTexture( const struct model_s *m_pSpriteModel, int frame );
|
||||||
void R_DecalShoot( int textureIndex, int entityIndex, int modelIndex, vec3_t pos, int flags, float scale );
|
void R_DecalShoot( int textureIndex, int entityIndex, int modelIndex, vec3_t pos, int flags, float scale );
|
||||||
void R_RemoveEfrags( struct cl_entity_s *ent );
|
|
||||||
void R_AddEfrags( struct cl_entity_s *ent );
|
|
||||||
void R_DecalRemoveAll( int texture );
|
void R_DecalRemoveAll( int texture );
|
||||||
int R_CreateDecalList( decallist_t *pList );
|
int R_CreateDecalList( decallist_t *pList );
|
||||||
void R_ClearAllDecals( void );
|
void R_ClearAllDecals( void );
|
||||||
|
|
|
@ -622,8 +622,6 @@ void R_RunViewmodelEvents( void );
|
||||||
void R_DrawViewModel( void );
|
void R_DrawViewModel( void );
|
||||||
int R_GetSpriteTexture( const struct model_s *m_pSpriteModel, int frame );
|
int R_GetSpriteTexture( const struct model_s *m_pSpriteModel, int frame );
|
||||||
void R_DecalShoot( int textureIndex, int entityIndex, int modelIndex, vec3_t pos, int flags, float scale );
|
void R_DecalShoot( int textureIndex, int entityIndex, int modelIndex, vec3_t pos, int flags, float scale );
|
||||||
void R_RemoveEfrags( struct cl_entity_s *ent );
|
|
||||||
void R_AddEfrags( struct cl_entity_s *ent );
|
|
||||||
void R_DecalRemoveAll( int texture );
|
void R_DecalRemoveAll( int texture );
|
||||||
int R_CreateDecalList( decallist_t *pList );
|
int R_CreateDecalList( decallist_t *pList );
|
||||||
void R_ClearAllDecals( void );
|
void R_ClearAllDecals( void );
|
||||||
|
|
Loading…
Add table
Reference in a new issue