summaryrefslogtreecommitdiff
path: root/src/fe-common/core/printtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/printtext.h')
-rw-r--r--src/fe-common/core/printtext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fe-common/core/printtext.h b/src/fe-common/core/printtext.h
index 5133fa57..125b6f72 100644
--- a/src/fe-common/core/printtext.h
+++ b/src/fe-common/core/printtext.h
@@ -17,8 +17,7 @@ void printbeep(void);
/* only GUI should call these - used for printing text to somewhere else
than windows */
-void printtext_gui(const char *text, ...);
-void printtext_gui_args(const char *text, va_list va);
+void printtext_gui(const char *text);
void printformat_module_gui(const char *module, int formatnum, ...);
void printformat_module_gui_args(const char *module, int formatnum, va_list va);