Skip to content

Commit

Permalink
Remove 2 unused fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerBothner committed Aug 5, 2024
1 parent f92e6df commit 8b23f24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ export type IColorEvent = (IColorReportRequest | IColorSetRequest | IColorRestor
*/
export interface IInputHandler {
onTitleChange: Event<string>;
readonly unicodeService: IUnicodeService;
precedingJoinState: number;

parse(data: string | Uint8Array, promiseResult?: boolean): void | Promise<boolean>;
print(data: Uint32Array, start: number, end: number): void;
Expand Down

0 comments on commit 8b23f24

Please sign in to comment.