[Tizen-TV] Allow the feature check using model-config
[platform/core/api/connection.git] / include / net_connection_private.h
index 0a389c4..dfb2e4f 100755 (executable)
@@ -58,16 +58,12 @@ typedef enum
        CONNECTION_SUPPORTED_FEATURE_MAX,
 } connection_supported_feature_e;
 
-#if !defined TIZEN_TV
 #define CHECK_FEATURE_SUPPORTED(...) \
        do { \
                int rv = _connection_check_feature_supported(__VA_ARGS__, NULL); \
                if( rv != CONNECTION_ERROR_NONE ) \
                        return rv; \
        } while(0)
-#else
-#define CHECK_FEATURE_SUPPORTED(...)
-#endif
 
 #define CONNECTION_LOG(log_level, format, args...) \
        do { \