From 78dcbac7fa9f9573e6be1e2c3bead94edb64dfbe Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 26 Jan 2018 16:13:54 -0500 Subject: [PATCH] remove alerterror --- src/abstractions/platformUtils.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/abstractions/platformUtils.service.ts b/src/abstractions/platformUtils.service.ts index 7b1e98ebb23..be8e3cb3102 100644 --- a/src/abstractions/platformUtils.service.ts +++ b/src/abstractions/platformUtils.service.ts @@ -14,6 +14,5 @@ export abstract class PlatformUtilsService { isViewOpen: () => boolean; launchUri: (uri: string, options?: any) => void; saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void; - alertError: (title: string, message: string) => void; getApplicationVersion: () => string; }