Remove unused definitions 93/21393/1
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 15 May 2019 11:53:42 +0000 (13:53 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 23 May 2019 13:10:56 +0000 (15:10 +0200)
The definitions FWK_PREFIX_BINDING and afm_prefix_binding
aren't used so removing it is better.

Bug-AGL: SPEC-2436

Change-Id: Ia90b75983f052b9b3c17832e968b0d457d0f7802
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
CMakeLists.txt

index 3d1ce1b..84a476e 100644 (file)
@@ -45,7 +45,6 @@ set(afm_libexecdir          "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${afm_name}" CACHE
 set(afm_appdir              "${afm_datadir}/applications" CACHE STRING "Directory for installing applications")
 set(afm_icondir             "${afm_datadir}/icons" CACHE STRING "Directory for installing icons")
 set(afm_prefix              "urn:AGL:" CACHE STRING "Prefix for uniform resource name")
-set(afm_prefix_binding      "${afm_prefix}binding:" CACHE STRING "URN for bindings")
 set(afm_user_appdir         "app-data" CACHE STRING "User subdirectory for applications")
 set(afm_user_appdir_label   "User::App-Shared" CACHE STRING "Smack label of the user subdirectory for applications")
 set(systemd_units_root      "${CMAKE_INSTALL_FULL_LIBDIR}/systemd" CACHE STRING "Place where unit files are to be set")
@@ -61,7 +60,6 @@ endif(USE_SIMULATION)
 add_definitions(
        -DFWK_CONFIG_DIR="${afm_confdir}"
        -DFWK_PREFIX="${afm_prefix}"
-       -DFWK_PREFIX_BINDING="${afm_prefix_binding}"
        -DFWK_ICON_DIR="${afm_icondir}"
        -DFWK_APP_DIR="${afm_appdir}"
        -DFWK_USER_APP_DIR="${afm_user_appdir}"