summaryrefslogtreecommitdiff
path: root/src/qcommon/cm_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/cm_public.h')
-rw-r--r--src/qcommon/cm_public.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/qcommon/cm_public.h b/src/qcommon/cm_public.h
index 123fee38..60f5253c 100644
--- a/src/qcommon/cm_public.h
+++ b/src/qcommon/cm_public.h
@@ -71,14 +71,5 @@ qboolean CM_AreasConnected( int area1, int area2 );
int CM_WriteAreaBits( byte *buffer, int area );
-// cm_tag.c
-int CM_LerpTag( orientation_t *tag, clipHandle_t model, int startFrame, int endFrame,
- float frac, const char *tagName );
-
-
-// cm_marks.c
-int CM_MarkFragments( int numPoints, const vec3_t *points, const vec3_t projection,
- int maxPoints, vec3_t pointBuffer, int maxFragments, markFragment_t *fragmentBuffer );
-
// cm_patch.c
void CM_DrawDebugSurface( void (*drawPoly)(int color, int numPoints, float *points) );