gui: remove unused PlatformStyle::TextColorIcon
This is unused after #16612.
This commit is contained in:
parent
6dfa9efa3f
commit
bca388db0d
2 changed files with 0 additions and 8 deletions
|
@ -114,11 +114,6 @@ QIcon PlatformStyle::SingleColorIcon(const QIcon& icon) const
|
|||
return ColorizeIcon(icon, SingleColor());
|
||||
}
|
||||
|
||||
QIcon PlatformStyle::TextColorIcon(const QString& filename) const
|
||||
{
|
||||
return ColorizeIcon(filename, TextColor());
|
||||
}
|
||||
|
||||
QIcon PlatformStyle::TextColorIcon(const QIcon& icon) const
|
||||
{
|
||||
return ColorizeIcon(icon, TextColor());
|
||||
|
|
|
@ -33,9 +33,6 @@ public:
|
|||
/** Colorize an icon (given object) with the icon color */
|
||||
QIcon SingleColorIcon(const QIcon& icon) const;
|
||||
|
||||
/** Colorize an icon (given filename) with the text color */
|
||||
QIcon TextColorIcon(const QString& filename) const;
|
||||
|
||||
/** Colorize an icon (given object) with the text color */
|
||||
QIcon TextColorIcon(const QIcon& icon) const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue