aboutsummaryrefslogtreecommitdiff
path: root/games/stormbaancoureur/files/patch-soundenginealsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/stormbaancoureur/files/patch-soundenginealsa.h')
-rw-r--r--games/stormbaancoureur/files/patch-soundenginealsa.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/games/stormbaancoureur/files/patch-soundenginealsa.h b/games/stormbaancoureur/files/patch-soundenginealsa.h
deleted file mode 100644
index c9b1967b194f..000000000000
--- a/games/stormbaancoureur/files/patch-soundenginealsa.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- soundenginealsa.h.orig Mon Sep 4 19:47:37 2006
-+++ soundenginealsa.h Wed Sep 6 04:38:00 2006
-@@ -2,7 +2,6 @@
- #ifndef SOUNDENGINE_ALSA_H
- #define SOUNDENGINE_ALSA_H
-
--#include <alsa/asoundlib.h>
-
- class SoundClip;
- class SoundFeed;
-@@ -29,8 +28,6 @@
- SoundFeedModulated *modulatedfeed;
- SoundFeedEngine *enginefeed;
- SoundFeed *activefeed;
-- snd_pcm_t *handle;
-- snd_pcm_uframes_t periodsz; // in frames
- int batchsize; // in periods
- int framelag; // in frames
- float lpfilter;