diff options
Diffstat (limited to 'games/gtkpool/files/patch-gtkpool_sound.cpp')
-rw-r--r-- | games/gtkpool/files/patch-gtkpool_sound.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gtkpool/files/patch-gtkpool_sound.cpp b/games/gtkpool/files/patch-gtkpool_sound.cpp deleted file mode 100644 index 634186038cac..000000000000 --- a/games/gtkpool/files/patch-gtkpool_sound.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- gtkpool/sound.cpp.orig Mon Jul 29 04:57:41 2002 -+++ gtkpool/sound.cpp Fri Jul 29 19:06:47 2005 -@@ -26,7 +26,7 @@ - #include <errno.h> - #include "sound.h" - --SoundError::SoundError(char *desc, int c, int r = 0, int g = 0){ -+SoundError::SoundError(char *desc, int c, int r, int g){ - description = strdup(desc); - code = c; - requested = r; |