get rid of the FontRole enum

This commit is contained in:
Marco Martin 2013-03-11 17:15:25 +01:00
parent 83baa3691e
commit bf79616342

View File

@ -74,12 +74,6 @@ class PLASMA_EXPORT Theme : public QObject
ViewFocusColor = 2048 /** color for focus effect on view */
};
enum FontRole {
DefaultFont = 0, /**< The standard text font */
DesktopFont, /**< The standard text font */
SmallestFont /**< The smallest readable font */
};
/**
* Singleton pattern accessor
**/