]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Cleaups and README
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 0aecd5c489f872973033e69efe2617e5d7be4807..d8dafe2d337184721d6767387df8dd3600500450 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -196,9 +196,6 @@ struct parsenode {
        int               type; /* some token */
 };
 
-/* cpp.c */
-int cpp  (struct lex_file *);
-
 /* typedef.c */
 typedef struct typedef_node_t {
        char      *name; /* name of actual type */