Remove unused config string code from botlib

This commit is contained in:
Zack Middleton 2013-02-27 15:50:36 -06:00
parent 57cb0b2d89
commit b9a33f84be
4 changed files with 1 additions and 110 deletions

View file

@ -51,10 +51,6 @@ int AAS_StartFrame(float time);
int AAS_Initialized(void);
//returns true if the AAS file is loaded
int AAS_Loaded(void);
//returns the model name from the given index
char *AAS_ModelFromIndex(int index);
//returns the index from the given model name
int AAS_IndexFromModel(char *modelname);
//returns the current time
float AAS_Time(void);
//