summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 1a5c96e6..c8273e4c 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -885,10 +885,6 @@ qboolean trap_GetEntityToken( char *buffer, int bufferSize );
int trap_DebugPolygonCreate(int color, int numPoints, vec3_t *points);
void trap_DebugPolygonDelete(int id);
-//TA: conceptually should live in q_shared.h
-//void AxisToAngles( vec3_t axis[3], vec3_t angles);
-//float arccos( float x );
-
int trap_BotLibSetup( void );
int trap_BotLibShutdown( void );
int trap_BotLibVarSet(char *var_name, char *value);