summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryoungsub ko <ys4610.ko@samsung.com>2013-05-14 14:10:57 +0900
committeryoungsub ko <ys4610.ko@samsung.com>2013-05-14 14:10:57 +0900
commitc1811324ecb417a287f5201ac0aed4916c7569dc (patch)
tree4a2afa35adc1d30ff56ef0dfaf62663483f17a94
parent08745d0bfe640dfeb2e5ea8061fb1a75fadb5f63 (diff)
downloadnotification-submit/tizen_2.1/20130515.031043.tar.gz
notification-submit/tizen_2.1/20130515.031043.tar.bz2
notification-submit/tizen_2.1/20130515.031043.zip
-rwxr-xr-xsrc/notification.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/notification.c b/src/notification.c
index 35b483a..ae82b03 100755
--- a/src/notification.c
+++ b/src/notification.c
@@ -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)