From 68bcf81756d160f9bf1c6c68b9d83611754ff54a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 9 Nov 2018 23:51:29 -0800 Subject: Remove the unused file mapping calls --- Alc/compat.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Alc/compat.h') diff --git a/Alc/compat.h b/Alc/compat.h index 25bb0c45..3a5d66c2 100644 --- a/Alc/compat.h +++ b/Alc/compat.h @@ -244,19 +244,6 @@ extern "C" { #endif -struct FileMapping { -#ifdef _WIN32 - HANDLE file; - HANDLE fmap; -#else - int fd; -#endif - void *ptr; - size_t len; -}; -struct FileMapping MapFileToMem(const char *fname); -void UnmapFileMem(const struct FileMapping *mapping); - void GetProcBinary(al_string *path, al_string *fname); #ifdef HAVE_DYNLOAD -- cgit v1.2.3