From 8d2e156ec85d83e0db23cc7d13939b231ddfdb52 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Wed, 30 May 2001 04:39:22 +0000 Subject: [PATCH] commented out COM_LoadCacheFile git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@212 d7cf8633-e32d-0410-b094-e92efae38249 --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2