mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +00:00
StylePainter: Remove some unused code.
This commit is contained in:
parent
957f8b84f2
commit
be62b42352
2 changed files with 2 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
class Painter;
|
||||
class Rect;
|
||||
|
||||
enum class ButtonStyle { Normal, CoolBar, OldNormal };
|
||||
enum class ButtonStyle { Normal, CoolBar };
|
||||
enum class FrameShadow { Plain, Raised, Sunken };
|
||||
enum class FrameShape { NoFrame, Box, Container, Panel, VerticalLine, HorizontalLine };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue