App: fix missing layout_commit() on single-surface deactivate
[staging/windowmanager.git] / src / controller_hooks.hpp
index 8618edc..18569aa 100644 (file)
  * limitations under the License.
  */
 
-//
-// Created by mfritzsc on 7/28/17.
-//
-
 #ifndef TMCAGLWM_CONTROLLER_HOOKS_HPP
 #define TMCAGLWM_CONTROLLER_HOOKS_HPP
 
@@ -35,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