From 6e68a8c5da2dd1a5a7f9f79ccf986bf099cfb558 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Thu, 7 Apr 2022 01:07:09 +0200 Subject: Removing useless connect function --- src/argaze/TobiiGlassesPro2/TobiiNetworkInterface.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/argaze/TobiiGlassesPro2/TobiiNetworkInterface.py b/src/argaze/TobiiGlassesPro2/TobiiNetworkInterface.py index 13c0b9a..52d0be5 100644 --- a/src/argaze/TobiiGlassesPro2/TobiiNetworkInterface.py +++ b/src/argaze/TobiiGlassesPro2/TobiiNetworkInterface.py @@ -85,10 +85,6 @@ class TobiiNetworkInterface(): logging.warning("Binding to a network interface is permitted only for root users.") return new_socket - - def connect(self, timeout = None): - - return self.wait_for_status('/api/system/status', 'sys_status', ['ok']) == 'ok' def __discover_device(self): -- cgit v1.1