src/hbcore/style/hbstyle_p.h
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 7 923ff622b8b9
--- a/src/hbcore/style/hbstyle_p.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/style/hbstyle_p.h	Wed Jun 23 18:33:25 2010 +0300
@@ -83,9 +83,7 @@
 		QGraphicsItem *item ) const;
 
     void ensureLayoutParameters(const HbDeviceProfile &profile) const;
-    void ensureColorParameters() const;
 
-    void _q_onThemeChanged();
     void clearStyleSheetCaches();
 
     HbWidgetBasePrivate *widgetBasePrivate(HbWidgetBase *widgetBase) const;
@@ -97,7 +95,6 @@
     mutable QHash<QString, QString> pluginStylePaths;
     mutable int nextAvailableId;
 
-    mutable QHash<QString, HbCss::Declaration> colorParameters;
     mutable QHash<QString, HbCss::Declaration> layoutParameters;
     mutable QString layoutParametersProfileName;