summaryrefslogtreecommitdiffstats
path: root/src/controller_hooks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller_hooks.hpp')
-rw-r--r--src/controller_hooks.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp
index c060b0b..18569aa 100644
--- a/src/controller_hooks.hpp
+++ b/src/controller_hooks.hpp
@@ -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