diff options
author | jcid <devnull@localhost> | 2008-05-30 23:47:31 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-30 23:47:31 +0200 |
commit | 10258bb8f2049828553f674b728c184055936fa4 (patch) | |
tree | f3b9c73ff0a82f461c050fc447f01f2674b30b3c /src/msg.h | |
parent | deca09ab58bcc0e6017b10e09da9e66e9f6b1dbe (diff) |
- html.cc cleanups
Diffstat (limited to 'src/msg.h')
-rw-r--r-- | src/msg.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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__) |