From 70aafe08b5970e482ce63ab12c53511303e15dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 23 Aug 2013 16:15:32 +0200 Subject: [PATCH] Drop the KDecorationDefines::Settings* enum No longer needed as the reset method is gone. --- libkdecorations/kdecoration.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/libkdecorations/kdecoration.h b/libkdecorations/kdecoration.h index 76ae7fae4d..d74511700d 100644 --- a/libkdecorations/kdecoration.h +++ b/libkdecorations/kdecoration.h @@ -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.