summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractThemePreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/AbstractThemePreview.h')
-rw-r--r--Userland/Libraries/LibGUI/AbstractThemePreview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/AbstractThemePreview.h b/Userland/Libraries/LibGUI/AbstractThemePreview.h
index 680dcbe541..66791a4605 100644
--- a/Userland/Libraries/LibGUI/AbstractThemePreview.h
+++ b/Userland/Libraries/LibGUI/AbstractThemePreview.h
@@ -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 {