Remove internal tag in display_state_e 73/200673/1
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 28 Feb 2019 04:47:18 +0000 (13:47 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 28 Feb 2019 04:50:22 +0000 (13:50 +0900)
@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 <changjoo.lee@samsung.com>
include/display.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 2b42674..d021d3b
@@ -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;