Bug 1162673 - Part 1: Remove instances of #ifdef PR_LOGGING in layout. r=froydnj

PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
This commit is contained in:
Eric Rahm
2015-05-11 13:53:18 -07:00
parent 0caaa76476
commit 5ccd7b80b4
15 changed files with 0 additions and 99 deletions

View File

@@ -93,7 +93,6 @@ using mozilla::DefaultXDisplay;
#undef CreateEvent
#endif
#ifdef PR_LOGGING
static PRLogModuleInfo *
GetObjectFrameLog()
{
@@ -102,7 +101,6 @@ GetObjectFrameLog()
sLog = PR_NewLogModule("nsPluginFrame");
return sLog;
}
#endif /* PR_LOGGING */
using namespace mozilla;
using namespace mozilla::gfx;