From f08890d3542e640c1bbfaa8833a5934b2aff5660 Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Tue, 6 Nov 2018 11:14:48 +0900 Subject: [PATCH] screenshot: remove lcov comment for rotation API Change-Id: Ib1d1a30ac13fab57b2945819bb0d9020bbabb5f5 Signed-off-by: Junkyeong Kim --- src/efl_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/efl_util.c b/src/efl_util.c index 26c0482..cc0d75c 100644 --- a/src/efl_util.c +++ b/src/efl_util.c @@ -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 { -- 2.7.4