summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/log.c1
-rw-r--r--utils/log.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/utils/log.c b/utils/log.c
index 03e1673cd..b5ffb227f 100644
--- a/utils/log.c
+++ b/utils/log.c
@@ -79,7 +79,6 @@ static const char *nslog_gettime(void)
}
#ifdef WITH_NSLOG
-
NSLOG_DEFINE_CATEGORY(netsurf, "NetSurf default logging");
NSLOG_DEFINE_CATEGORY(llcache, "Low level cache");
NSLOG_DEFINE_CATEGORY(fetch, "objet fetching");
diff --git a/utils/log.h b/utils/log.h
index 12ba3269e..23193e4ce 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -118,5 +118,4 @@ extern void nslog_log(const char *file, const char *func, int ln, const char *fo
#endif /* WITH_NSLOG */
-#define LOG(format, args...) NSLOG(netsurf, INFO, format , ##args)
#endif