diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-12-20 16:54:53 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-12-21 08:18:28 +0000 |
commit | a5872e5c14a97d738fd9a0daaf0764b655baeebd (patch) | |
tree | 95a42967c1a46a1af5972b34fedcbb7f9bfb9a02 /src/CMakeLists.txt | |
parent | d4b51c94f4c096f17f6a6f79d4d973715c4c1a07 (diff) |
Clean up source code
To reduce the files and redundant code,
* Remove afb_binding_api.* files and generate-binding-glue.py.
* Merge them into other source codes.
Change-Id: Ib61350ee6a42d73efc3fa29fa0c4868145a88e2e
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e508287..c55fe0b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -37,9 +37,7 @@ add_library(${TARGETS_WM} MODULE json_helper.cpp json_helper.hpp app.hpp app.cpp - afb_binding_api.cpp result.hpp - afb_binding_api.hpp layers.cpp layers.hpp controller_hooks.hpp |