summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-05 11:52:37 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-05 12:13:30 +0200
commit6660e3c8783bb9481e862b93500cf4a3dac8fcc4 (patch)
tree73ac286e5b3af0f75b08d143b0b963cf36cfed62 /src/app.hpp
parentdcc6ad272ac8dd3ab2be592c1a95c7ab6d54d5f4 (diff)
App: remove last_active logic
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 79498c2..3e3a56e 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -122,8 +122,6 @@ struct App {
return this->id_alloc.lookup(id);
}
- std::deque<unsigned> last_active;
-
explicit App(wl::display *d);
~App();