Skip to content

Commit 6902214

Browse files
committed
Remove nonexistent function's declaration
1 parent c121f2f commit 6902214

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/shared/client/cg_api.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ void trap_R_ResetClipRegion();
8282
void trap_R_DrawStretchPic( float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader );
8383
void trap_R_DrawRotatedPic( float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader, float angle );
8484
void trap_R_ModelBounds( clipHandle_t model, vec3_t mins, vec3_t maxs );
85-
int trap_R_LerpTag( orientation_t *tag, const refEntity_t* refent, const char *tagName, int startIndex );
8685
void trap_R_GetTextureSize( qhandle_t handle, int *x, int *y );
8786
qhandle_t trap_R_GenerateTexture( const byte *data, int x, int y );
8887
void trap_GetCurrentSnapshotNumber( int *snapshotNumber, int *serverTime );

0 commit comments

Comments
 (0)