]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Fet rid of explicit file stream flushes, streams are flushed on exit, which we can...
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 6d4d9718fc78f5f8ad4550961211052b4d5e9791..fbddf15da657ef89321d047c4d7d14a7b1ef64de 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -466,7 +466,6 @@ void        util_hsdel(hash_set_t *);
 void           fs_file_close  (FILE *);
 int            fs_file_error  (FILE *);
 int            fs_file_getc   (FILE *);
-int            fs_file_flush  (FILE *);
 int            fs_file_printf (FILE *, const char *, ...);
 int            fs_file_puts   (FILE *, const char *);
 int            fs_file_seek   (FILE *, long int, int);