App: thoroughly check LayoutState availability in activate too
[staging/windowmanager.git] / src / controller_hooks.hpp
index c060b0b..18569aa 100644 (file)
@@ -31,8 +31,6 @@ struct controller_hooks {
    void surface_created(uint32_t surface_id);
 
    void surface_removed(uint32_t surface_id);
-
-   void add_task(char const *name, std::function<void()> &&);
 };
 
 }  // namespace wm