aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index cdb5c2700c..7b73e204fa 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -11,10 +11,6 @@
#include <glib.h>
-#ifdef Q_OS_UNIX
-#include <signal.h>
-#endif
-
#include <locale.h>
#ifdef HAVE_GETOPT_H
@@ -612,11 +608,6 @@ int main(int argc, char *qt_argv[])
wsApp->setLastOpenDir(get_persdatafile_dir());
}
-#ifdef Q_OS_UNIX
- // Replicates behavior in gtk_init();
- signal(SIGPIPE, SIG_IGN);
-#endif
-
set_console_log_handler();
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
qInstallMessageHandler(g_log_message_handler);