From 6660e3c8783bb9481e862b93500cf4a3dac8fcc4 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 5 Sep 2017 11:52:37 +0200 Subject: App: remove last_active logic Signed-off-by: Marcus Fritzsch --- src/app.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app.hpp') 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 last_active; - explicit App(wl::display *d); ~App(); -- cgit 1.2.3-korg