1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:57:44 +00:00

LibGfx: Remove unused current_system_theme() function

This commit is contained in:
Andreas Kling 2021-05-20 21:26:51 +02:00
parent 4cd8ca07e3
commit 1150e9fe79
2 changed files with 0 additions and 7 deletions

View file

@ -140,7 +140,6 @@ struct SystemTheme {
char path[(int)PathRole::__Count][256]; // TODO: PATH_MAX?
};
const SystemTheme& current_system_theme();
Core::AnonymousBuffer& current_system_theme_buffer();
void set_system_theme(Core::AnonymousBuffer);
Core::AnonymousBuffer load_system_theme(const String& path);