X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Futil.hpp;h=0703809f870ff0a6cac894b5b545e27e34c9be86;hb=add2152e7561ea456068dd73ebbdc480d13e1015;hp=73ddb049c00cf0b4da1684952fc9ab24eaa2fe9a;hpb=04540dd41d0b3c1fad72b3074c0511dadc947657;p=staging%2Fwindowmanager.git diff --git a/src/util.hpp b/src/util.hpp index 73ddb04..0703809 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -81,19 +81,4 @@ struct unique_fd { } }; -// _ _ ____ _ _ -// ___| |_ _ __ _ _ ___| |_ | _ \ ___ | | | ___ _ __ -// / __| __| '__| | | |/ __| __| | |_) / _ \| | |/ _ \ '__| -// \__ \ |_| | | |_| | (__| |_ | __/ (_) | | | __/ | -// |___/\__|_| \__,_|\___|\__| |_| \___/|_|_|\___|_| -// -struct Poller { - std::vector> handlers; - std::vector pfds; - - Poller() = default; - void add_fd(int fd, std::function handler); - int check_events(); -}; - #endif // !WM_UTIL_HPP