diff --git a/plasma.h b/plasma.h index 5ed89816c..fb736cf42 100644 --- a/plasma.h +++ b/plasma.h @@ -55,12 +55,10 @@ enum Constraint { ImmutableConstraint = 16, /** application startup has completed */ StartupCompletedConstraint = 32, - /** the desktop context has changed */ - ContextConstraint = 64, /** the position of the popup needs to be recalculated*/ PopupConstraint = 128, AllConstraints = FormFactorConstraint | LocationConstraint | ScreenConstraint | - SizeConstraint | ImmutableConstraint | ContextConstraint | PopupConstraint + SizeConstraint | ImmutableConstraint | PopupConstraint }; Q_DECLARE_FLAGS(Constraints, Constraint)