mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
GWidget: Remove unused is_widget() virtual.
This is implemented as a bool member in CObject, not a virtual.
This commit is contained in:
parent
7dc7f11ed8
commit
2b02deef28
Notes:
sideshowbarker
2024-07-19 13:02:29 +09:00
Author: https://github.com/awesomekling
Commit: 2b02deef28
1 changed files with 0 additions and 2 deletions
|
@ -208,8 +208,6 @@ public:
|
|||
virtual bool is_abstract_button() const { return false; }
|
||||
|
||||
private:
|
||||
virtual bool is_widget() const final { return true; }
|
||||
|
||||
void handle_paint_event(GPaintEvent&);
|
||||
void handle_resize_event(GResizeEvent&);
|
||||
void handle_mousedown_event(GMouseEvent&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue