From 4f473a5d10bc1c9c659ffebf632f7d49c61c9a53 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 15 Jul 2022 15:01:07 +0200 Subject: State + Python: Remove Set/Get Identifier Let clients serialize data to a file themselves --- wrappers/python/src/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'wrappers/python/src/__init__.py') diff --git a/wrappers/python/src/__init__.py b/wrappers/python/src/__init__.py index 802ceec..ed6fcc7 100644 --- a/wrappers/python/src/__init__.py +++ b/wrappers/python/src/__init__.py @@ -84,8 +84,6 @@ lib.SetSecureLocation.argtypes, lib.SetSecureLocation.restype = [ lib.SetConnected.argtypes, lib.SetConnected.restype = [c_char_p], c_void_p lib.SetConnecting.argtypes, lib.SetConnecting.restype = [c_char_p], c_void_p lib.SetDisconnected.argtypes, lib.SetDisconnected.restype = [c_char_p], c_void_p -lib.GetIdentifier.argtypes, lib.GetIdentifier.restype = [c_char_p], DataError -lib.SetIdentifier.argtypes, lib.SetIdentifier.restype = [c_char_p, c_char_p], c_void_p lib.SetSearchServer.argtypes, lib.SetSearchServer.restype = [c_char_p], c_void_p lib.FreeString.argtypes, lib.FreeString.restype = [c_void_p], None -- cgit v1.2.3