From: lordhavoc Date: Wed, 30 May 2001 04:39:22 +0000 (+0000) Subject: commented out COM_LoadCacheFile X-Git-Tag: RELEASE_0_2_0_RC1~817 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8d2e156ec85d83e0db23cc7d13939b231ddfdb52;p=xonotic%2Fdarkplaces.git commented out COM_LoadCacheFile git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@212 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.h b/common.h index 17c2790e..96b61b5e 100644 --- a/common.h +++ b/common.h @@ -209,7 +209,7 @@ int COM_FOpenFile (char *filename, QFile **file, qboolean quiet, qboolean zip); byte *COM_LoadHunkFile (char *path, qboolean quiet); byte *COM_LoadMallocFile (char *path, qboolean quiet); -void COM_LoadCacheFile (char *path, struct cache_user_s *cu, qboolean quiet); +//void COM_LoadCacheFile (char *path, struct cache_user_s *cu, qboolean quiet); byte *COM_LoadFile (char *path, int usehunk, qboolean quiet);