mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Remove unimplemented APIs for list view
This commit is contained in:
3
distribution/openrct2.d.ts
vendored
3
distribution/openrct2.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user