summarylogtreecommitdiffstats
path: root/openal_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openal_fix.patch')
-rw-r--r--openal_fix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/openal_fix.patch b/openal_fix.patch
deleted file mode 100644
index 23d92f4802de..000000000000
--- a/openal_fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- libs/openFrameworks/sound/ofOpenALSoundPlayer.bck 2020-01-01 13:36:59.501973818 +0100
-+++ libs/openFrameworks/sound/ofOpenALSoundPlayer.h 2020-01-01 13:37:52.486103430 +0100
-@@ -10,9 +10,9 @@
-
- typedef unsigned int ALuint;
- /** Opaque device handle */
--typedef struct ALCdevice_struct ALCdevice;
-+struct ALCdevice;
- /** Opaque context handle */
--typedef struct ALCcontext_struct ALCcontext;
-+struct ALCcontext;
-
-
-