plasma: remove unused Plasma::Position enumbs

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-07 20:07:56 +03:00
parent fe064f648f
commit 9d836c7de9

View file

@ -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
*