]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
cleaner
authorDale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 12:08:43 +0000 (12:08 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 12:08:43 +0000 (12:08 +0000)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index 0382dbb0823de720d74e2b3468f2165376e8281b..76be0203f775658fffd87ed52b7facc829ad5c20 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1008,17 +1008,7 @@ void             parser_cleanup       (struct parser_s *parser);
 /*===================================================================*/
 /*====================== ftepp.c commandline ========================*/
 /*===================================================================*/
-struct lex_file_s;
 struct ftepp_s;
-
-/*
- * line, file, counter, counter_last, random, random_last, date, time
- * time_stamp.
- * 
- * increment when items are added
- */
-#define FTEPP_PREDEF_COUNT 9
-
 struct ftepp_s *ftepp_create           ();
 bool            ftepp_preprocess_file  (struct ftepp_s *ftepp, const char *filename);
 bool            ftepp_preprocess_string(struct ftepp_s *ftepp, const char *name, const char *str);