diff options
author | jcid <devnull@localhost> | 2008-09-29 01:04:50 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-29 01:04:50 +0200 |
commit | bc8c549e1036f6c1dd3f0fd526d790a6ada123a7 (patch) | |
tree | 5e8099de9bb310d5188807f739fe5b02889b652e /src/web.cc | |
parent | a5148a6be8e38918df3f919505305e73b2f59f2c (diff) |
- Removed the remaining DEBUG_MSG in src/
Diffstat (limited to 'src/web.cc')
-rw-r--r-- | src/web.cc | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -25,10 +25,7 @@ #include "prefs.h" #include "web.hh" -#define DEBUG_LEVEL 5 -#include "debug.h" - -// Platform idependent part +// Platform independent part using namespace dw::core; @@ -61,7 +58,7 @@ int a_Web_dispatch_by_type (const char *Type, DilloWeb *Web, style::Style *widgetStyle; style::FontAttrs fontAttrs; - DEBUG_MSG(1, "a_Web_dispatch_by_type\n"); + _MSG("a_Web_dispatch_by_type\n"); dReturn_val_if_fail(Web->bw != NULL, -1); |