mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: remove unused Plasma::Position enumbs
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fe064f648f
commit
9d836c7de9
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue