diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-21 16:44:50 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-21 16:49:11 +0900 |
commit | 6aad766f32dcfcb81b0006248852845778d179a8 (patch) | |
tree | f6417135acc2396a3b6ec7582e8f558810667b8b /src/CMakeLists.txt | |
parent | 8f32cd03059507c6b5bf3d26aaeb851c21d0437e (diff) |
Remove config source
This is because the source doesn't have a big deal work,
so integrate the source to the app.cpp
Change-Id: I7def8effd287043a9e6955548f1c26092ad808a7
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 597a610..c92190e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,9 +41,6 @@ add_library(${TARGETS_WM} MODULE layers.cpp layers.hpp controller_hooks.hpp - config.cpp - config.hpp - policy.hpp wm_client.cpp wm_error.cpp applist.cpp |