summaryrefslogtreecommitdiffstats
path: root/AFBClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'AFBClient.h')
-rw-r--r--AFBClient.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/AFBClient.h b/AFBClient.h
index c6da6f7..6625c44 100644
--- a/AFBClient.h
+++ b/AFBClient.h
@@ -43,9 +43,6 @@ public:
std::function<void(char const *label)> f);
private:
- int call(const char *verb, json_object *object,
- std::function<void(bool ok, json_object*)> onReply);
-
struct afb_wsj1 *wsj1;
struct sd_event *loop;
};