diff options
author | 2018-09-14 21:42:26 +0900 | |
---|---|---|
committer | 2018-09-14 21:42:26 +0900 | |
commit | bb6647d071a188defa2a36b8aead23d48f7df85d (patch) | |
tree | edaec5c91b69e0e2737f66e5859a97b0f20a469a /src/applist.hpp | |
parent | 419360d5e88e4036bc9f4fd6a5068052cf8b8703 (diff) |
Remove unnecessary functions
Change-Id: Ia66c5358572a1a6ea03c6f1e713b187f60979e8c
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/applist.hpp')
-rw-r--r-- | src/applist.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/applist.hpp b/src/applist.hpp index c31e4a2..36e0524 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -57,9 +57,7 @@ class AppList int countClient() const; std::shared_ptr<WMClient> lookUpClient(const std::string &appid); void removeSurface(unsigned surface); - //std::string getAppID(unsigned surface, const std::string &role, bool *found) const; - std::string getAppID(unsigned surface, bool* found) const; - WMError appendRole(const std::string &appid, const std::string &role); + std::string getAppID(unsigned surface, bool* found) const; // TODO: remove // Floating surface |