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

@@ -135,7 +135,3 @@ func (dev *HarmonyDevice) GetPackageInfo(packageName string) (AppInfo, error) {
log.Warn().Msg("get package info not implemented for harmony device, skip")
return AppInfo{}, nil
}
func (dev *HarmonyDevice) GetCurrentWindow() (WindowInfo, error) {
return WindowInfo{}, nil
}