mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
LibGUI: Delete old now-unused Widget::load_from_gml()
This commit is contained in:
parent
54b1326165
commit
e4e12f3a96
2 changed files with 0 additions and 14 deletions
|
@ -357,10 +357,6 @@ public:
|
|||
ErrorOr<void> try_load_from_gml(StringView);
|
||||
ErrorOr<void> try_load_from_gml(StringView, UnregisteredChildHandler);
|
||||
|
||||
// FIXME: Replace all uses of load_from_gml() with try_load_from_gml()
|
||||
bool load_from_gml(StringView gml_string);
|
||||
bool load_from_gml(StringView, UnregisteredChildHandler);
|
||||
|
||||
// FIXME: remove this when all uses of shrink_to_fit are eliminated
|
||||
void set_shrink_to_fit(bool);
|
||||
bool is_shrink_to_fit() const { return preferred_width().is_shrink() || preferred_height().is_shrink(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue