mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
LibGfx: Remove unused current_system_theme() function
This commit is contained in:
parent
4cd8ca07e3
commit
1150e9fe79
2 changed files with 0 additions and 7 deletions
|
@ -14,12 +14,6 @@ static SystemTheme dummy_theme;
|
|||
static const SystemTheme* theme_page = &dummy_theme;
|
||||
static Core::AnonymousBuffer theme_buffer;
|
||||
|
||||
const SystemTheme& current_system_theme()
|
||||
{
|
||||
VERIFY(theme_page);
|
||||
return *theme_page;
|
||||
}
|
||||
|
||||
Core::AnonymousBuffer& current_system_theme_buffer()
|
||||
{
|
||||
VERIFY(theme_buffer.is_valid());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue