App: remove last_active logic
[staging/windowmanager.git] / src / app.hpp
index 79498c2..3e3a56e 100644 (file)
@@ -122,8 +122,6 @@ struct App {
       return this->id_alloc.lookup(id);
    }
 
-   std::deque<unsigned> last_active;
-
    explicit App(wl::display *d);
    ~App();