From ad5deea5829d9cbaa8fa64bff93b7595e4fd83cc Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 13 Nov 2001 23:14:59 +0000 Subject: [PATCH] missed this in the cleanup --- tools/qfcc/include/qfcc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/qfcc/include/qfcc.h b/tools/qfcc/include/qfcc.h index 43d33bc3b..4ec734bcd 100644 --- a/tools/qfcc/include/qfcc.h +++ b/tools/qfcc/include/qfcc.h @@ -433,8 +433,6 @@ extern token_type_t pr_token_type; extern type_t *pr_immediate_type; extern eval_t pr_immediate; -void PR_PrintStatement (dstatement_t *s); - void PR_Lex (void); void PR_LexString (void); // reads the next token into pr_token and classifies its type @@ -498,8 +496,6 @@ extern qboolean pr_trace; #define G_STRING(o) (strings + *(string_t *)&pr_globals[o]) #define G_FUNCTION(o) (*(func_t *)&pr_globals[o]) -char *PR_ValueString (etype_t type, void *val); - void PR_ClearGrabMacros (void); qboolean PR_CompileFile (char *string, const char *filename);