Drop the KDecorationDefines::Settings* enum

No longer needed as the reset method is gone.
This commit is contained in:
Martin Gräßlin 2013-08-23 16:15:32 +02:00
parent 287ddf8446
commit 70aafe08b5

View file

@ -156,20 +156,6 @@ public:
NUM_COLORS ///< @internal This value may change, do not use
};
/**
* These flags specify which settings changed when rereading settings.
* Each setting in class KDecorationOptions specifies its matching flag.
*/
enum {
SettingDecoration = 1 << 0, ///< The decoration was changed
SettingColors = 1 << 1, ///< The color palette was changed
SettingFont = 1 << 2, ///< The titlebar font was changed
SettingButtons = 1 << 3, ///< The button layout was changed
SettingTooltips = 1 << 4, ///< The tooltip setting was changed
SettingBorder = 1 << 5, ///< The border size setting was changed
SettingCompositing = 1 << 6 ///< Compositing settings was changed
};
/**
* Border size. KDecorationOptions::preferredBorderSize() returns
* one of these values.