Revert "Restore cursor when exiting alt mode."

This reverts commit 52900255d9.
This commit is contained in:
bakkeby 2021-05-11 15:42:47 +02:00
parent 52900255d9
commit 2d59f21271
3 changed files with 0 additions and 13 deletions

10
x.c
View file

@ -2414,16 +2414,6 @@ xsetcursor(int cursor)
return 0;
}
void
xsetdefaultcursor(void)
{
#if BLINKING_CURSOR_PATCH
xsetcursor(cursorstyle);
#else
xsetcursor(cursorshape);
#endif // BLINKING_CURSOR_PATCH
}
void
xseturgency(int add)
{