summaryrefslogtreecommitdiff
path: root/audio/sdl_mixer/files/patch-SDL_mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sdl_mixer/files/patch-SDL_mixer.h')
-rw-r--r--audio/sdl_mixer/files/patch-SDL_mixer.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/sdl_mixer/files/patch-SDL_mixer.h b/audio/sdl_mixer/files/patch-SDL_mixer.h
deleted file mode 100644
index db6569727572..000000000000
--- a/audio/sdl_mixer/files/patch-SDL_mixer.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- SDL_mixer.h 2001/05/08 07:44:56 1.1
-+++ SDL_mixer.h 2001/05/08 07:48:13
-@@ -222,6 +222,8 @@
- /* Close the mixer, halting all playing audio */
- extern DECLSPEC void Mix_CloseAudio(void);
-
-+extern DECLSPEC int Mix_GetMixerInfo(SDL_AudioSpec *, char *, int);
-+
- /* We'll use SDL for reporting errors */
- #define Mix_SetError SDL_SetError
- #define Mix_GetError SDL_GetError