1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

[Unix] Don't register SIGPIPE handler

[ci skip]
This commit is contained in:
nowrep 2014-03-24 16:28:28 +01:00
parent f7a88a82f7
commit 174b4e8218

View File

@ -164,7 +164,6 @@ int main(int argc, char* argv[])
#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__)
signal(SIGSEGV, qupzilla_signal_handler);
signal(SIGPIPE, qupzilla_signal_handler);
#endif
// Set fallback icon theme (eg. on Windows/Mac)