summaryrefslogtreecommitdiffstats
path: root/mgaonline.pm
diff options
context:
space:
mode:
Diffstat (limited to 'mgaonline.pm')
-rw-r--r--mgaonline.pm15
1 files changed, 0 insertions, 15 deletions
diff --git a/mgaonline.pm b/mgaonline.pm
index fb6dd250..7deefd2d 100644
--- a/mgaonline.pm
+++ b/mgaonline.pm
@@ -52,7 +52,6 @@ our @EXPORT = qw(find_current_distro
$product_id
$root);
our @EXPORT_OK = qw(
- get_product_info
get_my_mdv_profile
);
@@ -138,20 +137,6 @@ sub fork_exec {
run_program::raw({ detach => 1 }, @_);
}
-# TODO Move all product.id handling to a separate module
-# (MDV::ProductId?)
-sub get_product_info {
- my ($product) = @_;
- my %info = (
- free => {
- name => N("Mageia Free"),
- description => N("The 100%% Open Source distribution freely available."),
- },
- );
- $product ||= lc $product_id->{product};
- return $info{$product};
-}
-
sub get_banner_icon() {
find { -e $_ }
qw(/usr/share/mcc/themes/default/rpmdrake-mga.png /usr/share/icons/large/mgaonline.png);