summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-19 14:09:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-19 14:09:15 +0000
commit1165ecef131372080ae97dc75100a7ff35f3af42 (patch)
treec397189783cd60c5cbf61ed3c6ff19a3f1752697
parentb74bab64718436c49ef834992ce9e74d79064a43 (diff)
downloadcontrol-center-1165ecef131372080ae97dc75100a7ff35f3af42.tar
control-center-1165ecef131372080ae97dc75100a7ff35f3af42.tar.gz
control-center-1165ecef131372080ae97dc75100a7ff35f3af42.tar.bz2
control-center-1165ecef131372080ae97dc75100a7ff35f3af42.tar.xz
control-center-1165ecef131372080ae97dc75100a7ff35f3af42.zip
kill dead code
-rwxr-xr-xcontrol-center1
1 files changed, 0 insertions, 1 deletions
diff --git a/control-center b/control-center
index 69eb40e8..d66cfb91 100755
--- a/control-center
+++ b/control-center
@@ -683,7 +683,6 @@ $SIG{USR1} = 'IGNORE';
$SIG{USR2} = 'IGNORE';
$SIG{TERM} = \&quit_global;
$SIG{CHLD} = \&sig_child;
-#$SIG{CONT} = sub { Gtk2->main };
$window_splash->destroy;
undef $window_splash;