remove redefinition of function

This commit is contained in:
Lael N. Santos
2020-10-16 23:59:44 -03:00
parent a461b5d04f
commit 51ab4a4f7a

View File

@@ -218,12 +218,14 @@ void wmouse_position(WINDOW *win, int *y, int *x)
}
}
#ifndef NCURSES_MOUSE_VERSION
unsigned long getmouse(void)
{
PDC_LOG(("getmouse() - called\n"));
return SP->_trap_mbe;
}
#endif
unsigned long getbmap(void)
{