From 6025cf1356f25727cb8a04eed413d87720b2fb1f Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 9 Aug 2012 16:48:09 +0200 Subject: forgot to commit this when I last worked on it :x --- lsglobals.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lsglobals.h') diff --git a/lsglobals.h b/lsglobals.h index 3588474..342384b 100644 --- a/lsglobals.h +++ b/lsglobals.h @@ -26,13 +26,11 @@ public: static bool setup(); static QIcon getIcon(QString name); - static QIcon getIconForPaneType(QString type); private: static bool m_loaded; static QHash m_icons; - static QHash m_pane_icon_names; static bool loadIcon(QString name); }; -- cgit v1.2.3