changeset 79:5fb318ac16d5

Remove unused type / interface declaration, although it was clearly introduced for a reason which wasn't followed up on.
author Lucas Thompson <dev@lucas.im>
date Wed, 18 Jan 2017 17:21:12 +0000
parents 976638dd5c63
children c7c57c2330ce
files src/app/services/feature-extraction/FeatureExtractionWorker.ts
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/services/feature-extraction/FeatureExtractionWorker.ts	Wed Jan 18 17:18:24 2017 +0000
+++ b/src/app/services/feature-extraction/FeatureExtractionWorker.ts	Wed Jan 18 17:21:12 2017 +0000
@@ -24,11 +24,6 @@
 type LibraryUri = string;
 type LibraryKey = string;
 
-interface Message {
-  method: string;
-  params: any;
-}
-
 type RequireJs = (libs: string[], callback: (...libs: any[]) => void) => void;
 
 export default class FeatureExtractionWorker {