Skip to content

Commit 8819d08

Browse files
committed
chore: removed unused type
1 parent fc5066d commit 8819d08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

devices/wda/windowsize.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ type WindowSize struct {
1414
ScreenSize Size `json:"screenSize"`
1515
}
1616

17-
type windowSizeResponse struct {
18-
Value WindowSize `json:"value"`
19-
}
20-
2117
func GetWindowSize() (*WindowSize, error) {
2218
sessionId, err := CreateSession()
2319
if err != nil {

0 commit comments

Comments
 (0)