summaryrefslogtreecommitdiff
path: root/src/z-form.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-13 13:54:38 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-13 13:54:38 +0100
commita2819d22e68ba4557ffcbfc31b32df11454f8c07 (patch)
treee4faee367f219ba595151420fdc0338977a297a3 /src/z-form.h
parent1c622b5d3f659c1faa3d6eebd4d26ea6481f4df5 (diff)
Remove plog_fmt
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 c7582831..e1b6ce3b 100644
--- a/src/z-form.h
+++ b/src/z-form.h
@@ -32,9 +32,6 @@ extern uint strfmt(char *buf, cptr fmt, ...);
/* Simple interface to "vformat()" */
extern char *format(cptr fmt, ...);
-/* Vararg interface to "plog()", using "format()" */
-extern void plog_fmt(cptr fmt, ...);
-
/* Vararg interface to "quit()", using "format()" */
extern void quit_fmt(cptr fmt, ...);