diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-07-24 15:31:24 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-07-24 15:31:24 +0200 |
commit | 660fd9d474a025435c904914120b995ecb9a18f5 (patch) | |
tree | 90199f813a234fcbc873a6c9378b2126d4993dbb | |
parent | 27e2ec43f4a2884c8648ce4752853f816944d2cf (diff) | |
download | manatools-660fd9d474a025435c904914120b995ecb9a18f5.tar manatools-660fd9d474a025435c904914120b995ecb9a18f5.tar.gz manatools-660fd9d474a025435c904914120b995ecb9a18f5.tar.bz2 manatools-660fd9d474a025435c904914120b995ecb9a18f5.tar.xz manatools-660fd9d474a025435c904914120b995ecb9a18f5.zip |
removed unused code
-rw-r--r-- | lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm index 63efed51..ea633c4a 100644 --- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm +++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm @@ -1443,8 +1443,6 @@ sub mainwindow() { my $mageiaPlugin = "mga"; my $factory = yui::YUI::widgetFactory; - my $mgaFactory = yui::YExternalWidgets::externalWidgetFactory($mageiaPlugin); - $mgaFactory = yui::YMGAWidgetFactory::getYMGAWidgetFactory($mgaFactory); my $dialog = $factory->createMainDialog; my $vbox = $factory->createVBox( $dialog ); @@ -1524,9 +1522,6 @@ sub mainwindow() { $yTableHeader->addColumn(N("Medium"), $yui::YAlignBegin); ## mirror list - # NOTE let's use YTable and not YCBTable atm -# my $mirrorTbl = $mgaFactory->createCBTable($hbox, $yTableHeader, $yui::YCBTableCheckBoxOnFirstColumn); -# $mirrorTbl->setKeepSorting(1); my $multiselection = 1; my $mirrorTbl = $factory->createTable($hbox, $yTableHeader, $multiselection); $mirrorTbl->setKeepSorting(1); |