aboutsummaryrefslogtreecommitdiff
path: root/games/qgo/files/patch-src::wavfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/qgo/files/patch-src::wavfile.c')
-rw-r--r--games/qgo/files/patch-src::wavfile.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/qgo/files/patch-src::wavfile.c b/games/qgo/files/patch-src::wavfile.c
index e319f43557d3..f8ccf8f33b34 100644
--- a/games/qgo/files/patch-src::wavfile.c
+++ b/games/qgo/files/patch-src::wavfile.c
@@ -32,29 +32,3 @@
-@@ -138,6 +145,12 @@
- * Error reporting function for this source module:
- */
- static void
-+_v_erf(const char *format,va_list ap) {
-+ vsprintf(emsg,format,ap); /* Capture message into emsg[] */
-+}
-+
-+
-+static void
- err(const char *format,...) {
- va_list ap;
- fprintf(stdout, "error : %s \n",format);
-@@ -146,12 +159,6 @@
- va_start(ap,format);
- _v_erf(format,ap); /* Use caller's supplied function */
- va_end(ap);
--}
--
--
--static void
--_v_erf(const char *format,va_list ap) {
-- vsprintf(emsg,format,ap); /* Capture message into emsg[] */
- }
-
-