Core: Remove old config code (#4499)

* Remove old config backend

Trophy key migration now uses the toml library directly, like our config transfer code.

* Don't retrieve user_dir in main

No longer needed.
This commit is contained in:
Stephen Miller
2026-06-01 03:00:24 -04:00
committed by GitHub
parent 2736ce8c2e
commit 48283da2a6
7 changed files with 49 additions and 1785 deletions
-2
View File
@@ -732,8 +732,6 @@ set(COMMON src/common/logging/classes.h
src/common/bit_field.h
src/common/bounded_threadsafe_queue.h
src/common/concepts.h
src/common/config.cpp
src/common/config.h
src/common/cstring.h
src/common/debug.h
src/common/decoder.cpp