Remove unneeded enum from decoration library.
svn path=/trunk/KDE/kdebase/workspace/; revision=989820
This commit is contained in:
parent
f3dad43a18
commit
310aa47ec0
1 changed files with 0 additions and 12 deletions
|
@ -198,18 +198,6 @@ public:
|
|||
enum Requirement { REQUIREMENT_DUMMY = 1000000 };
|
||||
};
|
||||
|
||||
/**
|
||||
* Decoration shadow type.
|
||||
*/
|
||||
enum ShadowType
|
||||
{
|
||||
ShadowBorderedActive = 0, ///< Active shadow of decorated windows
|
||||
ShadowBorderedInactive, ///< Inctive shadow of decorated windows
|
||||
ShadowBorderlessActive, ///< Active shadow of undecorated windows
|
||||
ShadowBorderlessInactive, ///< Inctive shadow of undecorated windows
|
||||
ShadowOther ///< Shadow of all other windows (Menus, comboboxes, tooltips, etc.)
|
||||
};
|
||||
|
||||
class KDecorationProvides
|
||||
: public KDecorationDefines
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue