X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapplist.hpp;h=085504acd720d8a6e4a9fcabe21079b6298571de;hb=f7536d2b6ff552e7c4849b36d9b6e140c5b1b9aa;hp=0fe3bbde9399a73f2de272fc2847da2af1c5e799;hpb=464f20cc2a960052233c4e2cbc2bd7dd3876b7f7;p=apps%2Fagl-service-windowmanager.git diff --git a/src/applist.hpp b/src/applist.hpp index 0fe3bbd..085504a 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -45,7 +45,6 @@ class AppList void addClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role); void addClient(const std::string &appid, unsigned layer, const std::string &role); - void addClient(const std::string &appid); void removeClient(const std::string &appid); bool contains(const std::string &appid) const; int countClient() const;