Fixed prevent issues tizen_2.1 accepted/tizen/20130530.164729 submit/tizen/20130529.220648 submit/tizen_2.1/20130515.031043
authoryoungsub ko <ys4610.ko@samsung.com>
Tue, 14 May 2013 05:10:57 +0000 (14:10 +0900)
committeryoungsub ko <ys4610.ko@samsung.com>
Tue, 14 May 2013 05:10:57 +0000 (14:10 +0900)
src/notification.c

index 35b483a..ae82b03 100755 (executable)
@@ -1434,11 +1434,6 @@ EXPORT_API notification_error_e notification_get_led_time_period(notification_h
                return NOTIFICATION_ERROR_INVALID_DATA;
        }
 
-       /* Check noti is valid data */
-       if (noti == NULL) {
-               return NOTIFICATION_ERROR_INVALID_DATA;
-       }
-
        if (on_ms)
                *(on_ms) = noti->led_on_ms;
        if (off_ms)