summaryrefslogtreecommitdiffstats
path: root/src/controller_hooks.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-31 17:23:32 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-04 16:54:02 +0200
commit74826b4760a3946e3f196a00c6a9f292a810f855 (patch)
treebd703a9bbf0b9d6605405e84bd5b0cb45a787bc5 /src/controller_hooks.hpp
parent89685c1f1e603d9a45ce0f3407c73e712dd7ad5a (diff)
app: remove add_task/execute_pending support
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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