From e16bcd08aae85a7d9c2de5a4b1c733280cb81112 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 13 May 2018 00:08:52 +0200 Subject: Remove MOZ_WIDGET_GONK [2/2] Tag #288 --- xpfe/appshell/nsAppShellService.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xpfe/appshell') diff --git a/xpfe/appshell/nsAppShellService.cpp b/xpfe/appshell/nsAppShellService.cpp index 7e1ddf16c..f2497d0e0 100644 --- a/xpfe/appshell/nsAppShellService.cpp +++ b/xpfe/appshell/nsAppShellService.cpp @@ -732,13 +732,6 @@ nsAppShellService::JustCreateTopWindow(nsIXULWindow *aParent, widgetInitData.mRTL = isRTL; } -#ifdef MOZ_WIDGET_GONK - // B2G multi-screen support. Screen ID is for differentiating screens of - // windows, and due to the hardware limitation, it is platform-specific for - // now, which align with the value of display type defined in HWC. - widgetInitData.mScreenId = mScreenId; -#endif - nsresult rv = window->Initialize(parent, center ? aParent : nullptr, aUrl, aInitialWidth, aInitialHeight, aIsHiddenWindow, aOpeningTab, -- cgit v1.2.3