summaryrefslogtreecommitdiff
path: root/src/msg.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-30 23:47:31 +0200
committerjcid <devnull@localhost>2008-05-30 23:47:31 +0200
commit10258bb8f2049828553f674b728c184055936fa4 (patch)
treef3b9c73ff0a82f461c050fc447f01f2674b30b3c /src/msg.h
parentdeca09ab58bcc0e6017b10e09da9e66e9f6b1dbe (diff)
- html.cc cleanups
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__)