Bug 1076443: Remove no-longer-used variable 'gBrowserTabsRemoteInitialized' from nsAppRunner.cpp. r=jimm

This commit is contained in:
Daniel Holbert 2014-10-02 07:48:59 -07:00
parent d4c5afde03
commit 51418f0b18

View File

@ -841,7 +841,6 @@ nsXULAppInfo::GetProcessID(uint32_t* aResult)
return NS_OK;
}
static bool gBrowserTabsRemoteInitialized = false;
static bool gBrowserTabsRemoteAutostart = false;
static bool gBrowserTabsRemoteAutostartInitialized = false;