diff options
Diffstat (limited to 'mgaapplet-add-media-helper')
-rwxr-xr-x | mgaapplet-add-media-helper | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mgaapplet-add-media-helper b/mgaapplet-add-media-helper index 668d3740..d1964228 100755 --- a/mgaapplet-add-media-helper +++ b/mgaapplet-add-media-helper @@ -39,16 +39,6 @@ use utf8; # %product is keyed by product id and it contains the data to add # restricted media for each product. my %product = ( - powerpack => { - info_url => 'https://www.mageia.org/', - has_rights => sub { - my $profile = shift @_; - $profile->{data}{'can-access-restricted-repositories'} eq 'YES'; - }, - media_name => 'Restricted', - add_medium => \&mgaonline::add_medium_powerpack - - }, extended => { info_url => 'https://www.mageia.org/', has_rights => sub { |