From 27d858f87957d2c73bab6e4ec1d1157cd01f7c20 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 11 Jan 2018 15:30:36 -0500 Subject: [PATCH] remove "in UI" functions --- src/abstractions/platformUtils.service.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/abstractions/platformUtils.service.ts b/src/abstractions/platformUtils.service.ts index 3329761c2c..d9902c2eec 100644 --- a/src/abstractions/platformUtils.service.ts +++ b/src/abstractions/platformUtils.service.ts @@ -9,9 +9,5 @@ export interface PlatformUtilsService { isOpera(): boolean; analyticsId(): string; getDomain(uriString: string): string; - inSidebar(theWindow: Window): boolean; - inTab(theWindow: Window): boolean; - inPopout(theWindow: Window): boolean; - inPopup(theWindow: Window): boolean; isViewOpen(): boolean; }