X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fcontroller_hooks.hpp;h=18569aa65dabbb00ef3291551d545bc4dde2668a;hb=01058af8b919e1c58207008ea9609f2e7b23efac;hp=8618edc0464ad65bd9d53ba8c2f05365d255af2f;hpb=93c2a361b2144d82ec70208225c45afd8f355bd3;p=staging%2Fwindowmanager.git diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index 8618edc..18569aa 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -14,10 +14,6 @@ * 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 &&); }; } // namespace wm