aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-04-18 09:49:09 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-04-18 09:49:09 -0500
commit066872fb191ba3b79d1387a10f0b8be948d2d488 (patch)
tree5ab2f40bcd236d55d31c71ed53670a2c03da7364 /src/main.c
parent4bc93061f407194434de187ea55a0317af4b71ac (diff)
downloadayatana-indicator-session-066872fb191ba3b79d1387a10f0b8be948d2d488.tar.gz
ayatana-indicator-session-066872fb191ba3b79d1387a10f0b8be948d2d488.tar.bz2
ayatana-indicator-session-066872fb191ba3b79d1387a10f0b8be948d2d488.zip
remove unnecessary signal (SIGPIPE, SIG_IGN)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
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);