DolphinQt: Remove unneeded Win32 code

Dolphin already uses QStyleHints::colorScheme to detect dark mode,
so this code is now redundant.
This commit is contained in:
robxnano
2024-09-26 17:48:53 +01:00
parent 4bc1546596
commit 5e8f5afb52
5 changed files with 11 additions and 71 deletions

View File

@ -53,8 +53,6 @@ public:
// UI
void TriggerThemeChanged();
void InitDefaultPalette();
void UpdateSystemDark();
void SetSystemDark(bool dark);
bool IsSystemDark();
bool IsThemeDark();