diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-16 16:38:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-16 16:38:11 +0000 |
commit | 3fe9883aab4ab72f2c898756444ad3ee0f56834b (patch) | |
tree | d177af60ff4163c38e6bac39df634a8ef8dd8b52 | |
parent | c0952e072ad1464848ca0914a2d3893312d955e0 (diff) | |
download | drakx-3fe9883aab4ab72f2c898756444ad3ee0f56834b.tar drakx-3fe9883aab4ab72f2c898756444ad3ee0f56834b.tar.gz drakx-3fe9883aab4ab72f2c898756444ad3ee0f56834b.tar.bz2 drakx-3fe9883aab4ab72f2c898756444ad3ee0f56834b.tar.xz drakx-3fe9883aab4ab72f2c898756444ad3ee0f56834b.zip |
(ask_fromW) remove dead code
-rw-r--r-- | perl-install/interactive/gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 457368750..b62696eb9 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -619,7 +619,6 @@ sub ask_fromW { $advanced ? $w->show : $w->hide; } @widgets = (@widgets_always, if_($advanced, @widgets_advanced)); - #$mainw->sync; #- for $set_all below (mainly for the set of clist) $first_time = 0; $set_all->(); #- must be done when showing advanced lists (to center selected value) }; |