aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 68214b3..207a7e5 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -255,7 +255,6 @@ private:
PolicyManager pm_;
LayoutManager lm_;
- std::unordered_map<std::string, int> role2surfaceid_;
std::unordered_map<std::string, std::string> drawingname2role_;
std::unordered_map<std::string, std::string> role2drawingname_;
std::unordered_map<int, int> appid2role_;