Remove tv profile dependency for cynara
[platform/core/location/lbs-location.git] / location / manager / location-common-util.h
index eddfc44..f43c364 100644 (file)
@@ -82,13 +82,4 @@ const char* err_msg(int err);
 
 G_END_DECLS
 
-typedef enum {
-       TIZEN_PROFILE_UNKNOWN = 0,
-       TIZEN_PROFILE_MOBILE = 0x1,
-       TIZEN_PROFILE_WEARABLE = 0x2,
-       TIZEN_PROFILE_TV = 0x4,
-       TIZEN_PROFILE_IVI = 0x8,
-       TIZEN_PROFILE_COMMON = 0x10,
-} tizen_profile_t;
-extern tizen_profile_t _get_tizen_profile();
 #endif