Skip to content

Commit f66a85e

Browse files
committed
chore: remove leftover from commit "Move SIGWINCH handling from handler to NCURSES"
1 parent af93fd8 commit f66a85e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

display.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ int computeCursorXPos(int cursor, int hexOrAscii)
103103

104104
void initCurses(void)
105105
{
106-
struct sigaction sa;
107106
initscr();
108107

109108
#ifdef HAVE_COLORS

0 commit comments

Comments
 (0)