aboutsummaryrefslogtreecommitdiff
path: root/src/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.h')
-rw-r--r--src/msg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/msg.h b/src/msg.h
index e872578d..245ee803 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -9,7 +9,6 @@
*/
#define _MSG(...)
#define _MSG_WARN(...)
-#define _MSG_HTML(...)
#define _MSG_HTTP(...)
@@ -33,11 +32,6 @@
printf("** ERROR **: " __VA_ARGS__); \
} D_STMT_END
-#define MSG_HTML(...) \
- D_STMT_START { \
- Html_msg(html, __VA_ARGS__); \
- } D_STMT_END
-
#define MSG_HTTP(...) \
printf("HTTP warning: " __VA_ARGS__)