From f5c10884d5d867b2143e590d768305cf50ae02a6 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Fri, 8 May 2020 12:44:16 +0900 Subject: [PATCH] Remove unsupported profile ivi related code Change-Id: Idb8d335694c3990848ce884579863b57bd4b4f80 Signed-off-by: lokilee73 --- CMakeLists.txt | 4 ---- src/common/popup-common.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2362853..e45452b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,10 +31,6 @@ IF(PROFILE STREQUAL tv) OPTION(PROFILE_TV "TV device" ON) ADD_DEFINITIONS("-DPROFILE_TV=\"${PROFILE_TV}\"") ENDIF() -IF(PROFILE STREQUAL ivi) - OPTION(PROFILE_IVI "IVI device" ON) - ADD_DEFINITIONS("-DPROFILE_IVI=\"${PROFILE_IVI}\"") -ENDIF() IF(PROFILE STREQUAL common) OPTION(PROFILE_COMMON "COMMON device" ON) ADD_DEFINITIONS("-DPROFILE_COMMON=\"${PROFILE_COMMON}\"") diff --git a/src/common/popup-common.h b/src/common/popup-common.h index c6825f2..888a5bc 100644 --- a/src/common/popup-common.h +++ b/src/common/popup-common.h @@ -66,7 +66,7 @@ typedef struct appdata { Evas_Object *popup; Evas_Object *button; /* Need updates of efl-ext for Tizen 4.0 */ -#if !defined PROFILE_MOBILE && !defined PROFILE_IVI && !defined PROFILE_COMMON && !defined PROFILE_TV +#if !defined PROFILE_MOBILE && !defined PROFILE_COMMON && !defined PROFILE_TV Eext_Circle_Surface *circle_surface; #else void *circle_surface; -- 2.7.4