summaryrefslogtreecommitdiff
path: root/src/z-form.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-form.h')
-rw-r--r--src/z-form.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/z-form.h b/src/z-form.h
index 61702432..ac49c658 100644
--- a/src/z-form.h
+++ b/src/z-form.h
@@ -26,9 +26,6 @@ extern uint vstrnfmt(char *buf, uint max, cptr fmt, va_list vp);
/* Simple interface to "vstrnfmt()" */
extern uint strnfmt(char *buf, uint max, cptr fmt, ...);
-/* Simple interface to "vstrnfmt()", assuming infinite length */
-extern uint strfmt(char *buf, cptr fmt, ...);
-
/* Simple interface to "vformat()" */
extern char *format(cptr fmt, ...);