From: lokilee73 Date: Thu, 28 Feb 2019 04:47:18 +0000 (+0900) Subject: Remove internal tag in display_state_e X-Git-Tag: submit/tizen_4.0/20190408.064842~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f0b42be81cfc263b3a35d80f48bae72e679f6c7;p=platform%2Fcore%2Fapi%2Fdevice.git Remove internal tag in display_state_e @if TV @internal @endif is internal tag. And it has no meaning becasue TV is not defined. So, remove it. Change-Id: Iea2ed755e862f0b93bcde7b449c61c0674091705 Signed-off-by: lokilee73 --- diff --git a/include/display.h b/include/display.h old mode 100755 new mode 100644 index 2b42674..d021d3b --- a/include/display.h +++ b/include/display.h @@ -125,7 +125,7 @@ int device_display_set_brightness(int display_index, int brightness); */ typedef enum { DISPLAY_STATE_NORMAL, /**< Normal state */ - DISPLAY_STATE_SCREEN_DIM, /**< @if TV @internal @endif Screen dim state */ + DISPLAY_STATE_SCREEN_DIM, /**< Screen dim state */ DISPLAY_STATE_SCREEN_OFF, /**< Screen off state */ } display_state_e;