diff options
author | fanquake <fanquake@gmail.com> | 2019-08-22 14:50:21 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-08-22 14:50:29 +0800 |
commit | bca388db0da3d40953ff65d03da62ca45a7951a6 (patch) | |
tree | 2097fe65ad95b9d33665a4d7560053bf7fd70b26 /src/qt/platformstyle.h | |
parent | 6dfa9efa3f558deaca0f01f673c79cce2b92a2b3 (diff) |
gui: remove unused PlatformStyle::TextColorIcon
This is unused after #16612.
Diffstat (limited to 'src/qt/platformstyle.h')
-rw-r--r-- | src/qt/platformstyle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/platformstyle.h b/src/qt/platformstyle.h index 4e763e760e..635aec4c93 100644 --- a/src/qt/platformstyle.h +++ b/src/qt/platformstyle.h @@ -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; |