]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Remove stat_info calls
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 9f4246776c4d2005106c3492c0a6e7c36f652f72..e609257d7cf72281b3684fe1943eb1925a2a97b3 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -179,7 +179,6 @@ GMQCC_IND_STRING(GMQCC_VERSION_PATCH) \
 #define GMQCC_ARRAY_COUNT(X) (sizeof(X) / sizeof((X)[0]))
 
 /* stat.c */
-void  stat_info(void);
 char *stat_mem_strdup(const char *, bool);
 
 #define mem_a(SIZE)              malloc(SIZE)