Remove tv profile dependency for cynara
[platform/core/location/lbs-location.git] / location / manager / location-privacy.h
index 7532c2c..06b5dc0 100644 (file)
 #ifndef __LOCATION_PRIVACY_H__
 #define __LOCATION_PRIVACY_H__
 
-#ifndef TIZEN_PRODUCT_TV_OPTIMIZATION
 extern int location_check_cynara(const char *privilege_name);
-#else
-static int location_check_cynara(const char *privilege_name)
-{
-       return 0;
-}
-#endif
 
 
 #endif /* __LOCATION_PRIVACY_H__ */