From 15036268479df8870963c952df9bcd82983ba8b0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 13 Jan 2013 15:10:39 +0900 Subject: [PATCH] Remove a stray variable declaration. Quite bogus. How that got in there is beyond me. --- include/QF/progs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/QF/progs.h b/include/QF/progs.h index 16e364d13..888239ffc 100644 --- a/include/QF/progs.h +++ b/include/QF/progs.h @@ -782,7 +782,6 @@ void PR_Undefined (progs_t *pr, const char *type, const char *name) __attribute_ \hideinitializer */ -extern int foo; #define R_POINTER(p) R_var (p, pointer)