mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
LibGUI: Remove unused Widget backcolor/forecolor properties
These were some leftovers from the VisualBuilder times.
This commit is contained in:
parent
96cd04f2ba
commit
e07a66d011
3 changed files with 0 additions and 20 deletions
|
@ -220,9 +220,6 @@ public:
|
|||
void set_background_color(Color color) { m_background_color = color; }
|
||||
void set_foreground_color(Color color) { m_foreground_color = color; }
|
||||
|
||||
void set_backcolor(const StringView&);
|
||||
void set_forecolor(const StringView&);
|
||||
|
||||
void set_autofill(bool b) { set_fill_with_background_color(b); }
|
||||
|
||||
Window* window()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue