Skip to content

Commit

Permalink
remove _workCell.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisilent committed Jul 12, 2024
1 parent 618e472 commit d0d7591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/InputHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export class InputHandler extends Disposable implements IInputHandler {
private _parseBuffer: Uint32Array = new Uint32Array(4096);
private _stringDecoder: StringToUtf32 = new StringToUtf32();
private _utf8Decoder: Utf8ToUtf32 = new Utf8ToUtf32();
private _workCell: CellData = new CellData();
private _windowTitle = '';
private _iconName = '';
private _dirtyRowTracker: IDirtyRowTracker;
Expand Down

0 comments on commit d0d7591

Please sign in to comment.