summaryrefslogtreecommitdiff
path: root/games/stormbaancoureur/files/patch-src-common-soundenginealsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/stormbaancoureur/files/patch-src-common-soundenginealsa.h')
-rw-r--r--games/stormbaancoureur/files/patch-src-common-soundenginealsa.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/stormbaancoureur/files/patch-src-common-soundenginealsa.h b/games/stormbaancoureur/files/patch-src-common-soundenginealsa.h
deleted file mode 100644
index d1c186cdff00..000000000000
--- a/games/stormbaancoureur/files/patch-src-common-soundenginealsa.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src-common/soundenginealsa.h.orig Thu May 17 20:02:03 2007
-+++ src-common/soundenginealsa.h Thu Aug 9 02:17:07 2007
-@@ -2,8 +2,6 @@
- #ifndef SOUNDENGINE_ALSA_H
- #define SOUNDENGINE_ALSA_H
-
--#include <alsa/asoundlib.h>
--
- class SoundClip;
- class SoundFeed;
- class SoundFeedSimple;
-@@ -29,8 +27,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;