aboutsummaryrefslogtreecommitdiffstats
path: root/alc/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/compat.h')
-rw-r--r--alc/compat.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/alc/compat.h b/alc/compat.h
deleted file mode 100644
index d858e5c9..00000000
--- a/alc/compat.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef AL_COMPAT_H
-#define AL_COMPAT_H
-
-#include <string>
-
-#include "vector.h"
-
-
-struct PathNamePair { std::string path, fname; };
-const PathNamePair &GetProcBinary(void);
-
-extern int RTPrioLevel;
-extern bool AllowRTTimeLimit;
-void SetRTPriority(void);
-
-al::vector<std::string> SearchDataFiles(const char *match, const char *subdir);
-
-#endif /* AL_COMPAT_H */