Remove unused variable in qvr_pro (#82190)

This commit is contained in:
epenet 2022-11-16 15:26:37 +01:00 committed by GitHub
parent ecb7509333
commit 871b4135ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,8 +71,6 @@ class QVRProCamera(Camera):
self._client = client
self._stream_source = stream_source
self._supported_features = 0
super().__init__()
@property
@ -113,8 +111,3 @@ class QVRProCamera(Camera):
async def stream_source(self):
"""Get stream source."""
return self._stream_source
@property
def supported_features(self):
"""Get supported features."""
return self._supported_features