screenshot: remove lcov comment for rotation API 68/192468/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 6 Nov 2018 02:14:48 +0000 (11:14 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 6 Nov 2018 02:14:56 +0000 (11:14 +0900)
Change-Id: Ib1d1a30ac13fab57b2945819bb0d9020bbabb5f5
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/efl_util.c

index 26c0482..cc0d75c 100644 (file)
@@ -2040,7 +2040,6 @@ fail:
    return NULL;
 }
 
-/* LCOV_EXCL_START */
 API int
 efl_util_screenshot_set_auto_rotation(efl_util_screenshot_h screenshot, int set)
 {
@@ -2070,7 +2069,6 @@ efl_util_screenshot_get_auto_rotation(efl_util_screenshot_h screenshot, int *set
 
    return EFL_UTIL_ERROR_NONE;
 }
-/* LCOV_EXCL_STOP */
 
 struct _efl_util_gesture_h
 {