aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/applist.hpp')
-rw-r--r--src/applist.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/applist.hpp b/src/applist.hpp
index 1bc27c6..98ce1b8 100644
--- a/src/applist.hpp
+++ b/src/applist.hpp
@@ -51,8 +51,7 @@ 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& layer_name, unsigned surface, const std::string &role);
+ void addClient(const std::string &appid, unsigned layer, const std::string &role);
void removeClient(const std::string &appid);
bool contains(const std::string &appid) const;
int countClient() const;