diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-26 10:10:55 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-26 10:10:55 +0800 |
commit | 95b6ff339e69befec13b7a5f3831d1b74db0d87e (patch) | |
tree | 9aeac80b9aac8580c4363de772d8d539c017211c /calendar/gnome-cal.c | |
parent | 6b3f6b3bf0a40bdd33da63ca89416d9af1f29f79 (diff) | |
download | gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.gz gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.bz2 gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.lz gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.xz gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.zst gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.zip |
Remove debug code -mig
svn path=/trunk/; revision=196
Diffstat (limited to 'calendar/gnome-cal.c')
-rw-r--r-- | calendar/gnome-cal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c index 534db8bb4c..d44c5e89f3 100644 --- a/calendar/gnome-cal.c +++ b/calendar/gnome-cal.c @@ -294,10 +294,6 @@ calendar_notify (time_t time, void *data) if (pid == 0){ const int top = max_open_files (); int dev_null, i; - - for (i = 0; i < top; i++) - if (i != p [1]) - close (i); dev_null = open ("/dev/null", O_RDWR); dup2 (p [1], 0); dup2 (dev_null, 1); |