aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-09 14:23:26 -0500
committerMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-09 14:23:26 -0500
commit91f7f9a737092c2912c78fa0abb15b29298bcff1 (patch)
treeb258ea21518951c78c5cd0f4929ed453155483d5 /src
parentfe8c8415fbbc6f79e77e4e59fecfc6b647bf694d (diff)
cleanup quick
Diffstat (limited to 'src')
-rw-r--r--src/client/documents/DocumentTypes.ts1
-rw-r--r--src/client/northstar/utils/Utils.ts6
2 files changed, 0 insertions, 7 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index 46f27f958..df0a33821 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -18,7 +18,6 @@ export enum DocumentType {
EXTENSION = "extension",
YOUTUBE = "youtube",
WEBCAM = "webcam",
- DRAGBOX = "dragbox",
FONTICON = "fonticonbox",
PRES = "presentation",
LINKFOLLOW = "linkfollow",
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;