Fix double macro definition warning 46/36546/1 accepted/tizen/tv/20150310.021323 submit/tizen_tv/20150310.002848
authorKim Tae Soo <taesoo46.kim@samsung.com>
Tue, 10 Mar 2015 00:25:48 +0000 (09:25 +0900)
committerKim Tae Soo <taesoo46.kim@samsung.com>
Tue, 10 Mar 2015 00:25:48 +0000 (09:25 +0900)
Change-Id: I30f0be8673f6d988f728349d6f8d923894e4412d
Signed-off-by: Kim Tae Soo <taesoo46.kim@samsung.com>
include/define.h

index b2eb576..ad9eac7 100644 (file)
 #define POSITION_PLAY_LIST_POPUP_Y 1020
 
 /* TEMP KEY DEFINITION */
+#undef KEY_VOLUMEUP
 #define KEY_VOLUMEUP "F9"
+#undef KEY_VOLUMEDOWN
 #define KEY_VOLUMEDOWN "F10"
+#undef KEY_ENTER
 #define KEY_ENTER "Return"
+#undef KEY_BACK
 #define KEY_BACK "Escape"
+#undef KEY_MENU
 #define KEY_MENU "Super_L"
+#undef KEY_ENTER_REMOTE
 #define KEY_ENTER_REMOTE "KP_Enter"
+#undef KEY_BACK_REMOTE
 #define KEY_BACK_REMOTE "XF86Close"
+#undef KEY_MENU_REMOTE
 #define KEY_MENU_REMOTE "XF86MenuKB"
+
 /* SHOULD BE DEFINED */
+#undef KEY_PLAY
 #define KEY_PLAY "Play"
+#undef KEY_NEXT
 #define KEY_NEXT "Next"
+#undef KEY_PREVIOUS
 #define KEY_PREVIOUS "Previous"
+#undef KEY_EXIT
 #define KEY_EXIT "Exit"
+#undef KEY_MUTE
 #define KEY_MUTE "Mute"
+#undef KEY_PAUSE
 #define KEY_PAUSE "Pause"
 
 /* SORTING ID */