From 092fee076d8619b407090751f51bbc6c90787213 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 9 May 2020 14:42:57 +0100 Subject: [PATCH] Remove unimplemented APIs for list view --- distribution/openrct2.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 988652654f..ce6310469f 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -1106,9 +1106,6 @@ declare global { onHighlight: (item: number, column: number) => void; onClick: (item: number, column: number) => void; - - getCell(row: number, column: number): string; - setCell(row: number, column: number, value: string): void; } interface SpinnerWidget extends Widget {