From 714b578b8961b218841160e06df976863a2010d8 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 25 Jun 2018 09:44:07 +0900 Subject: Clean: remove small files *policy.hpp No affect to Window Manager decision, so remove it. *config.hpp, config.cpp Small function to hold the path information to config file, but no need to hold until the death of process. So move it to stack variable, then remove files. Change-Id: I6c210acc586c7cc048e0b158df5e3a511f927b9d Signed-off-by: Kazumasa Mitsunari --- src/app.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/app.hpp') diff --git a/src/app.hpp b/src/app.hpp index 0db2e06..fc532d1 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -22,11 +22,9 @@ #include #include #include -#include "config.hpp" #include "controller_hooks.hpp" #include "layers.hpp" #include "layout.hpp" -#include "policy.hpp" #include "wayland_ivi_wm.hpp" #include "hmi-debug.h" @@ -173,8 +171,6 @@ struct App std::unique_ptr controller; std::vector> outputs; - struct config config; - // track current layouts separately layer_map layers; @@ -186,8 +182,6 @@ struct App std::vector pending_end_draw; - Policy policy; - std::map map_afb_event; // Surface are info (x, y, w, h) -- cgit 1.2.3-korg