More fixes.

Took 7 minutes
This commit is contained in:
Lukas Brübach 2025-11-06 21:07:29 +01:00
parent e965e3bf82
commit 762441caa5
8 changed files with 7 additions and 27 deletions

View file

@ -455,10 +455,3 @@ void SettingsCache::setRoundCardCorners(bool /* _roundCardCorners */)
void CardPictureLoader::clearPixmapCache(CardInfoPtr /* card */)
{
}
SettingsCache *settingsCache;
SettingsCache &SettingsCache::instance()
{
return *settingsCache;
}