Remove redundat instance getter.

This commit is contained in:
Martin Rotter 2015-03-16 08:13:02 +01:00
parent 0187a10870
commit 23c1e118b0
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ class IconFactory : public QObject {
// Sets icon theme with given name as the active one and loads it.
void setCurrentIconTheme(const QString &theme_name);
// Singleton getter.
static IconFactory *instance();
private:
QHash<QString, QIcon> m_cachedIcons;
QString m_currentIconTheme;