AFBClient: remove call() method
[staging/windowmanager.git] / AFBClient.h
index c6da6f7..6625c44 100644 (file)
@@ -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;
 };