diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index d969dca1..01308332 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1617,7 +1617,6 @@ void CG_DrawRect( float x, float y, float width, float height, float size void CG_DrawSides(float x, float y, float w, float h, float size); void CG_DrawTopBottom(float x, float y, float w, float h, float size); qboolean CG_WorldToScreen( vec3_t point, float *x, float *y ); -qboolean CG_WorldToScreenWrap( vec3_t point, float *x, float *y ); char *CG_KeyBinding( const char *bind ); |