]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
got rid of Hunk_Alloc, all allocations now have a proper name (perhaps a bit too...
[xonotic/darkplaces.git] / common.h
index 051b2acda0d64bd48a16908712d15d865fc2d5e7..ad55254f6560dbfc2fe474c45209ad7637042c99 100644 (file)
--- a/common.h
+++ b/common.h
@@ -201,8 +201,6 @@ int COM_OpenFile (char *filename, int *hndl, qboolean quiet);
 int COM_FOpenFile (char *filename, FILE **file, qboolean quiet);
 void COM_CloseFile (int h);
 
-byte *COM_LoadStackFile (char *path, void *buffer, int bufsize, qboolean quiet);
-byte *COM_LoadTempFile (char *path, qboolean quiet);
 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);