From a65ed04064a6930d072b2d7b73a76911f8672bb7 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Wed, 20 Dec 2017 16:54:53 +0900 Subject: 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 --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/CMakeLists.txt') 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 -- cgit 1.2.3-korg