diff options
Diffstat (limited to 'src/window_manager.hpp')
-rw-r--r-- | src/window_manager.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp index 712edec..57b9fde 100644 --- a/src/window_manager.hpp +++ b/src/window_manager.hpp @@ -179,7 +179,6 @@ class WindowManager int api_subscribe(afb_req req, int event_id); result<json_object *> api_get_display_info(); result<json_object *> api_get_area_info(char const *role); - void api_ping(); void send_event(const std::string& evname, const std::string& role); void send_event(const std::string& evname, const std::string& role, const std::string& area, int x, int y, int w, int h); @@ -221,8 +220,6 @@ class WindowManager int loadOldRoleDb(); - const char *check_surface_exist(const char *role); - private: std::map<std::string, struct afb_event> map_afb_event; std::unordered_map<std::string, struct rect> area2size; |