aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-10 04:27:10 -0800
committerChris Robinson <[email protected]>2018-11-10 04:27:10 -0800
commitdc31969b04395db71d8162587f55cf81e7e69aac (patch)
tree7c4d07e655dc4fb4f6b19b477207b196799ce649 /Alc/compat.h
parent58eb0e754d19237ca66d705834081a236e307484 (diff)
Get rid of the last few al_fopen calls
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 77845d73..15eca1d4 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -12,9 +12,6 @@ extern "C" {
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
-/* Opens a file with standard I/O. The filename is expected to be UTF-8. */
-FILE *al_fopen(const char *fname, const char *mode);
-
#define HAVE_DYNLOAD 1
#ifdef __cplusplus
@@ -218,8 +215,6 @@ extern "C" {
#else
-#define al_fopen fopen
-
#if defined(HAVE_DLFCN_H)
#define HAVE_DYNLOAD 1
#endif