aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-02-02 22:59:06 -0800
committerChris Robinson <[email protected]>2018-02-02 22:59:06 -0800
commit80cc32d77b73e7c7625c35e37340c14e430c2618 (patch)
treec8dd3dd6f60ee7791ff6f643a98e7e47b87a183e /OpenAL32/Include
parent28fa82378b54ecbf3fb04de2ba1c61d7b6d90503 (diff)
Remove the unused thunk code
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alThunk.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/OpenAL32/Include/alThunk.h b/OpenAL32/Include/alThunk.h
deleted file mode 100644
index adc77dec..00000000
--- a/OpenAL32/Include/alThunk.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef ALTHUNK_H
-#define ALTHUNK_H
-
-#include "alMain.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void ThunkInit(void);
-void ThunkExit(void);
-ALenum NewThunkEntry(ALuint *index);
-void FreeThunkEntry(ALuint index);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif //ALTHUNK_H
-