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 7c25e174..668d3740 100755 --- a/mgaapplet-add-media-helper +++ b/mgaapplet-add-media-helper @@ -49,16 +49,6 @@ my %product = ( add_medium => \&mgaonline::add_medium_powerpack }, - server => { - info_url => 'http://www.mageia.org/', - has_rights => sub { - my $profile = shift @_; - $profile->{data}{groups}{'es5-prod'} or - $profile->{data}{groups}{'es5-demo'}; - }, - media_name => 'Update', - add_medium => \&mgaonline::add_medium_enterprise - }, extended => { info_url => 'https://www.mageia.org/', has_rights => sub { |