From 09ac579f2b2a0090d3801beb7a957ad11b4e688f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 27 Feb 2015 09:43:04 -0600 Subject: [PATCH] doc: Remove irrelevant text --- doc/agent-api.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index 9c3bb4f2..f1a043fc 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -18,11 +18,6 @@ Methods void Release() This method gets called when trying to connect to a network and passphrase is required. - The return value should be a dictionary where the - keys are the field names and the values are the - actual fields. Alternatively an error indicating that - the request got canceled can be returned. - Possible Errors: net.connman.iwd.Agent.Error.Canceled void Cancel()