From 91f7f9a737092c2912c78fa0abb15b29298bcff1 Mon Sep 17 00:00:00 2001 From: Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> Date: Sun, 9 Feb 2020 14:23:26 -0500 Subject: cleanup quick --- src/client/northstar/utils/Utils.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/client/northstar/utils') diff --git a/src/client/northstar/utils/Utils.ts b/src/client/northstar/utils/Utils.ts index 09f83ce80..d071dec62 100644 --- a/src/client/northstar/utils/Utils.ts +++ b/src/client/northstar/utils/Utils.ts @@ -4,12 +4,6 @@ import { IBaseFilterProvider } from '../core/filter/IBaseFilterProvider'; import { AggregateFunction } from '../model/idea/idea'; export class Utils { - static Emit() { - throw new Error("Method not implemented."); - } - static EmitCallback() { - throw new Error("Method not implemented."); - } public static EqualityHelper(a: Object, b: Object): boolean { if (a === b) return true; -- cgit v1.2.3-70-g09d2