Bug 1263708 - remove unused gWidgetLog in Android's nsAppShell; r=snorp

This commit is contained in:
Nathan Froyd
2016-04-12 10:48:24 -04:00
parent 4580141657
commit fd54fb9eb1

View File

@@ -70,8 +70,6 @@
using namespace mozilla;
PRLogModuleInfo *gWidgetLog = nullptr;
nsIGeolocationUpdate *gLocationCallback = nullptr;
nsAutoPtr<mozilla::AndroidGeckoEvent> gLastSizeChange;
@@ -383,9 +381,6 @@ static const char* kObservedPrefs[] = {
nsresult
nsAppShell::Init()
{
if (!gWidgetLog)
gWidgetLog = PR_NewLogModule("Widget");
nsresult rv = nsBaseAppShell::Init();
nsCOMPtr<nsIObserverService> obsServ =
mozilla::services::GetObserverService();