mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-24 22:45:41 +01:00
Merge #16677: gui: remove unused PlatformStyle::TextColorIcon
bca388db0dgui: remove unused PlatformStyle::TextColorIcon (fanquake) Pull request description: This is unused after #16612. ACKs for top commit: emilengler: Concept ACKbca388dpracticalswift: ACKbca388db0d-- diff looks correct & less cruft is better hebasto: ACKbca388db0d, I have reviewed the code and it looks OK, I agree it can be merge. jonasschnelli: utACKbca388db0dTree-SHA512: ae5c5cfc02cf2e6f138e75e227320f4c430b93bd529a8ead7ba971ceb5bbc997cdb721c6fd8a46a5a897008f0bc6e519422d6beef240b9d2e28ecf4f8cbbcc6a
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user