Continue reforming error message support. In this phase, we divide
[pspp-builds.git] / src / ui / gui / message-dialog.h
index 3b85e60f2c1834f7f3db428fe8321e99eccf6c86..66a33633d25e413f8bf49c4a59cf6949fe608a42 100644 (file)
@@ -24,8 +24,4 @@
 
 #include <libpspp/message.h>
 
-void vmsg(int klass, const char *fmt, va_list args);
-void  msg(int klass, const char *fmt, ...);
-
-
 #endif