diff options
-rwxr-xr-x | control-center | 1 |
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; |