1
Fork 0
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:
Andreas Kling 2019-05-25 03:29:37 +02:00
parent 957f8b84f2
commit be62b42352
2 changed files with 2 additions and 12 deletions

View file

@ -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 };