Skip to content

Commit

Permalink
fix #4509
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 16, 2023
1 parent 229d7c1 commit c9ebbda
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/xmake/curses/curses.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,11 +587,6 @@ static void xm_curses_register_constants(lua_State* lua)
XM_CURSES_CONST(BUTTON5_CLICKED)
XM_CURSES_CONST(BUTTON5_DOUBLE_CLICKED)
XM_CURSES_CONST(BUTTON5_TRIPLE_CLICKED)
# else
XM_CURSES_CONST(BUTTON1_RESERVED_EVENT)
XM_CURSES_CONST(BUTTON2_RESERVED_EVENT)
XM_CURSES_CONST(BUTTON3_RESERVED_EVENT)
XM_CURSES_CONST(BUTTON4_RESERVED_EVENT)
# endif
# endif
#endif
Expand Down

0 comments on commit c9ebbda

Please sign in to comment.