mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +00:00
LibGUI: Remove unused AbstractThemePreview::on_theme_load_from_file
This commit is contained in:
parent
b0fad409bf
commit
17012b266c
2 changed files with 0 additions and 3 deletions
|
@ -29,7 +29,6 @@ public:
|
|||
|
||||
void paint_window(StringView title, Gfx::IntRect const& rect, Gfx::WindowTheme::WindowState, Gfx::Bitmap const& icon, int button_count = 3);
|
||||
|
||||
Function<void(DeprecatedString const&)> on_theme_load_from_file;
|
||||
Function<void()> on_palette_change;
|
||||
|
||||
struct Window {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue