diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index ec2222ebf60a044bee242f9d6c4e6941772632dd..a1678055edbc92b1938aac99b1bca83022878816 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -953,15 +953,6 @@ declare namespace window { * @since 7 */ setTouchable(isTouchable: boolean, callback: AsyncCallback): void; - - /** - * Dump window client information. - * Called in the dump callback of ability is the typical usage scenario. - * @since 9 - * @param params Indicates the params from command. - * @return The dump info array. - */ - dump(params: Array): Array; /** * set the flag of the window is forbidden to move in split screen mode