Skip to content

Commit 3168d90

Browse files
committed
Remove method
1 parent f18c274 commit 3168d90

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Shell.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ public function openExternal(string $url): void
3030
'url' => $url,
3131
]);
3232
}
33-
34-
public function displays(): array
35-
{
36-
return $this->client->get('screen/displays')->json('displays');
37-
}
3833
}

0 commit comments

Comments
 (0)