add lastmode function
[apps/agl-service-homescreen.git] / src / hs-clientmanager.h
index cbddaba..efc36de 100644 (file)
@@ -53,7 +53,6 @@ private:
     HS_ClientCtxt* createClientCtxt(afb_req_t req, std::string appid);
     HS_Client* addClient(afb_req_t req, std::string appid);
     void removeClient(std::string appid);
-    void registerApplication(std::string appid);
 
 private:
     static HS_ClientManager* me;