summaryrefslogtreecommitdiff
path: root/src/util.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commitf43e845258dda28106567b7c86f66d26d93bf0b7 (patch)
treee8ed2e2fde34a272f2c09f521e14a380f8fdfd1a /src/util.hpp
parent64d76c03e5074d6e3abf2781c3e82545b4c52b73 (diff)
Remove one-use my_fputs()
Diffstat (limited to 'src/util.hpp')
-rw-r--r--src/util.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.hpp b/src/util.hpp
index 5cb2f058..b7c8746d 100644
--- a/src/util.hpp
+++ b/src/util.hpp
@@ -16,7 +16,6 @@ extern s32b bst(s32b what, s32b t);
extern errr path_temp(char *buf, int max);
extern FILE *my_fopen(cptr file, cptr mode);
extern errr my_fgets(FILE *fff, char *buf, huge n);
-extern errr my_fputs(FILE *fff, cptr buf, huge n);
extern errr my_fclose(FILE *fff);
extern errr fd_kill(cptr file);
extern errr fd_move(cptr file, cptr what);