aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-clientmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-clientmanager.h')
-rw-r--r--src/hs-clientmanager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hs-clientmanager.h b/src/hs-clientmanager.h
index af5b4c8..cbddaba 100644
--- a/src/hs-clientmanager.h
+++ b/src/hs-clientmanager.h
@@ -23,7 +23,6 @@
#include <unordered_map>
#include "hs-helper.h"
#include "hs-client.h"
-#include "hs-apprecover.h"
typedef struct HS_ClientCtxt
{
@@ -49,7 +48,6 @@ public:
int handleRequest(afb_req_t request, const char *verb, const char *appid = nullptr);
int pushEvent(const char *event, struct json_object *param, std::string appid = "");
void removeClientCtxt(void *data); // don't use, internal only
- void setAppRecover(HS_AppRecover *recover) {app_recover = recover;}
private:
HS_ClientCtxt* createClientCtxt(afb_req_t req, std::string appid);
@@ -62,7 +60,6 @@ private:
std::unordered_map<std::string, HS_Client*> client_list;
std::unordered_map<std::string, HS_ClientCtxt*> appid2ctxt;
std::mutex mtx;
- HS_AppRecover *app_recover;
};
#endif // HOMESCREEN_CLIENTMANAGER_H \ No newline at end of file