mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
LibGUI: Remove some hand-rolled type information from Widget
This commit is contained in:
parent
167906d02b
commit
32fd59b471
3 changed files with 0 additions and 7 deletions
|
@ -282,9 +282,6 @@ public:
|
|||
|
||||
Vector<Widget*> child_widgets() const;
|
||||
|
||||
virtual bool is_radio_button() const { return false; }
|
||||
virtual bool is_abstract_button() const { return false; }
|
||||
|
||||
void do_layout();
|
||||
|
||||
Gfx::Palette palette() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue