Bug #165558. building with --disable-logging and GTK2 default widget fails to compile. Just remove the MOZ_LOGGING defines since we're using PR_FORCE_LOG anyway.

This commit is contained in:
blizzard%redhat.com 2002-12-03 21:29:35 +00:00
parent 47d763deeb
commit 24a39d29e7

View File

@ -43,8 +43,6 @@
#include "nsGUIEvent.h"
#include <gdk/gdkevents.h>
#ifdef MOZ_LOGGING
// make sure that logging is enabled before including prlog.h
#define FORCE_PR_LOG
@ -55,8 +53,6 @@ extern PRLogModuleInfo *gWidgetFocusLog;
extern PRLogModuleInfo *gWidgetIMLog;
extern PRLogModuleInfo *gWidgetDrawLog;
#endif /* MOZ_LOGGING */
#define LOG(args) PR_LOG(gWidgetLog, 4, args)
#define LOGFOCUS(args) PR_LOG(gWidgetFocusLog, 4, args)
#define LOGIM(args) PR_LOG(gWidgetIMLog, 4, args)