change: remove unused code

This commit is contained in:
lilong.129
2025-02-07 18:12:27 +08:00
parent 03bdb2b741
commit 06d7a7e721
6 changed files with 2 additions and 24 deletions

View File

@@ -19,5 +19,4 @@ type IDevice interface {
Uninstall(packageName string) error
GetPackageInfo(packageName string) (AppInfo, error)
GetCurrentWindow() (windowInfo WindowInfo, err error)
}