mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
LibGUI+LibCore: Remove the GUI::SizePolicy enum
This commit is contained in:
parent
7dc5a3ead8
commit
0f3b0b65ae
2 changed files with 0 additions and 21 deletions
|
@ -45,21 +45,6 @@
|
|||
|
||||
namespace GUI {
|
||||
|
||||
enum class SizePolicy {
|
||||
Fixed,
|
||||
Fill
|
||||
};
|
||||
inline const char* to_string(SizePolicy policy)
|
||||
{
|
||||
switch (policy) {
|
||||
case SizePolicy::Fixed:
|
||||
return "SizePolicy::Fixed";
|
||||
case SizePolicy::Fill:
|
||||
return "SizePolicy::Fill";
|
||||
}
|
||||
return "SizePolicy::(Invalid)";
|
||||
}
|
||||
|
||||
enum class HorizontalDirection {
|
||||
Left,
|
||||
Right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue