Skip to content

Commit

Permalink
Removed leftovers of dropping support for RPM group tags (bsc#1163594)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 17, 2020
1 parent 43f7aeb commit 1b4ec95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion src/NCPkgFilterMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class NCPkgFilterMain : public NCComboBox

YItem *patterns;
YItem *languages;
YItem *rpmgroups;
YItem *repositories;
YItem *services;
YItem *search;
Expand Down
5 changes: 0 additions & 5 deletions src/NCPkgPackageDetails.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ void NCPkgPackageDetails::technicalData( ZyppObj pkgPtr, ZyppSel slbPtr )
text += " ";
text += "<br>";

// the rpm group
text += NCPkgStrings::RpmGroup();
text += package->group();
text += "<br>";

// name of the source package
text += "<b>" + _( "Source Package: " ) + "</b>";
text += package->sourcePkgName();
Expand Down
7 changes: 0 additions & 7 deletions src/NCPkgStrings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -534,13 +534,6 @@ const std::string NCPkgStrings::MediaNo()
return value;
}

const std::string NCPkgStrings::RpmGroup()
{
// part of the package description
static const std::string value = _( "<b>Package Group: </b>" );
return value;
}

const std::string NCPkgStrings::Provides()
{
// part of the package description
Expand Down
5 changes: 0 additions & 5 deletions src/NCPkgStrings.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ class NCPkgStrings
*/
static const std::string Size();

/**
* bold text Package Group: (richtext)
*/
static const std::string RpmGroup();

/**
* bold text Authors: (richtext)
*/
Expand Down

0 comments on commit 1b4ec95

Please sign in to comment.