summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CodeParser.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/CodeParser/CodeParser.ts')
-rw-r--r--src/CodeParser/CodeParser.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/CodeParser/CodeParser.ts b/src/CodeParser/CodeParser.ts
deleted file mode 100644
index cc2c709..0000000
--- a/src/CodeParser/CodeParser.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { Position, TextDocumentContentChangeEvent, TextEditor } from "vscode";
-
-export default interface ICodeParser {
-
- /**
- * @param {TextEditor} activeEditor The open active Editor where the event came from
- */
- Parse(activeEditor: TextEditor);
-}