diff --git a/plasma/plasma.h b/plasma/plasma.h index 6833548a..91532afc 100644 --- a/plasma/plasma.h +++ b/plasma/plasma.h @@ -110,18 +110,6 @@ enum Location { RightEdge /**< Along the right side of the screen */ }; -/** - * The position enumeration - * - **/ -enum Position { - LeftPositioned, /**< Positioned left */ - RightPositioned, /**< Positioned right */ - TopPositioned, /**< Positioned top */ - BottomPositioned, /**< Positioned bottom */ - CenterPositioned /**< Positioned in the center */ -}; - /** * The popup position enumeration relatively to his attached widget *