From 066872fb191ba3b79d1387a10f0b8be948d2d488 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 18 Apr 2013 09:49:09 -0500 Subject: remove unnecessary signal (SIGPIPE, SIG_IGN) --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ff5997b..17b50b4 100644 --- a/src/main.c +++ b/src/main.c @@ -66,8 +66,6 @@ main (int argc, char ** argv) GMainLoop * loop; IndicatorSessionService * service; - signal (SIGPIPE, SIG_IGN); - /* boilerplate i18n */ setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); -- cgit v1.2.3