removed some old code

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@106 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-01 22:56:40 +00:00
parent 2e0e229062
commit f483806d55
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ extern struct mleaf_s *FNC(Mod_PointInLeaf) (float *p, struct model_s *model);
extern qbyte *FNC(Mod_Q1LeafPVS) (struct mleaf_s *leaf, struct model_s *model, qbyte *buffer); //purly for q1
extern void FNC(Mod_NowLoadExternal) (void);
extern void FNC(Mod_ReloadTextures) (void);
extern void FNC(Mod_Think) (void);
#undef FNC