Remove the old parser

This commit is contained in:
Daniel Imms
2018-07-04 10:34:53 -07:00
parent 73bc1c577a
commit 68adadf3f4
2 changed files with 0 additions and 674 deletions
-673
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -32,7 +32,6 @@ import { Viewport } from './Viewport';
import { rightClickHandler, moveTextAreaUnderMouseCursor, pasteHandler, copyHandler } from './handlers/Clipboard';
import { C0 } from './common/data/EscapeSequences';
import { InputHandler } from './InputHandler';
// import { Parser } from './Parser';
import { Renderer } from './renderer/Renderer';
import { Linkifier } from './Linkifier';
import { SelectionManager } from './SelectionManager';