mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
LibGfx+LibGUI: Remove {Horizontal,Vertical}Line FrameShapes
These were added 3 years ago but never used. Their intended purpose was probably superceded by the Separator widget.
This commit is contained in:
parent
f3cda3c830
commit
7a7e57ced0
2 changed files with 1 additions and 5 deletions
|
@ -28,9 +28,7 @@ Frame::Frame()
|
|||
{ Gfx::FrameShape::NoFrame, "NoFrame" },
|
||||
{ Gfx::FrameShape::Box, "Box" },
|
||||
{ Gfx::FrameShape::Container, "Container" },
|
||||
{ Gfx::FrameShape::Panel, "Panel" },
|
||||
{ Gfx::FrameShape::VerticalLine, "VerticalLine" },
|
||||
{ Gfx::FrameShape::HorizontalLine, "HorizontalLine" });
|
||||
{ Gfx::FrameShape::Panel, "Panel" });
|
||||
}
|
||||
|
||||
Frame::~Frame()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue