ncmpcpp: do not ignore SIGINT

This commit is contained in:
Andrzej Rybczak
2014-10-31 12:05:32 +01:00
parent c181e9d1a9
commit 43bb55292a

View File

@@ -149,8 +149,6 @@ int main(int argc, char **argv)
# ifndef WIN32
signal(SIGPIPE, sighandler);
signal(SIGWINCH, sighandler);
// ignore Ctrl-C
sigignore(SIGINT);
# endif // !WIN32
while (!Actions::ExitMainLoop)