remove the visual deck storage on load setting

This commit is contained in:
RickyRister 2025-01-14 00:45:54 -08:00 committed by ZeldaZach
parent 2d32084afd
commit e89ba46281
No known key found for this signature in database
7 changed files with 4 additions and 30 deletions

View file

@ -211,9 +211,6 @@ void SettingsCache::setVisualDeckStorageSortingOrder(int /* _visualDeckStorageSo
void SettingsCache::setVisualDeckStorageCardSize(int /* _visualDeckStorageCardSize */)
{
}
void SettingsCache::setVisualDeckStorageShowOnLoad(QT_STATE_CHANGED_T /* _visualDeckStorageShowOnLoad */)
{
}
void SettingsCache::setVisualDeckStorageDrawUnusedColorIdentities(
QT_STATE_CHANGED_T /* _visualDeckStorageDrawUnusedColorIdentities */)
{