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 {