diff options
author | Kővágó, Zoltán <dirty.ice.hu@gmail.com> | 2015-06-03 23:03:45 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-15 10:50:31 +0200 |
commit | 14382605da6bda74516f275695bd3345bc54c464 (patch) | |
tree | c235e40639f9e5e85b34322d3820fdfc06ccfb90 /audio/audio_int.h | |
parent | 0bac111167e33838fa869cacd16f92e5899252b3 (diff) |
audio: remove fmod backend
Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 9dd6b7f75e..7445602764 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -206,7 +206,6 @@ extern struct audio_driver no_audio_driver; extern struct audio_driver oss_audio_driver; extern struct audio_driver sdl_audio_driver; extern struct audio_driver wav_audio_driver; -extern struct audio_driver fmod_audio_driver; extern struct audio_driver alsa_audio_driver; extern struct audio_driver coreaudio_audio_driver; extern struct audio_driver dsound_audio_driver; |