Remove ConditionalMetadata

While it makes sense, it doesn't really add any value and there is value in having all the relevant data and methods in a single class.
This commit is contained in:
Oliver Hamlet
2025-06-08 20:26:07 +01:00
parent 11bd321861
commit 649b4748bd
13 changed files with 34 additions and 193 deletions
-1
View File
@@ -47,7 +47,6 @@ set(LIBLOOT_SRC_TESTS_INTERFACE_H_FILES
"${CMAKE_SOURCE_DIR}/src/tests/api/interface/database_interface_test.h"
"${CMAKE_SOURCE_DIR}/src/tests/api/interface/game_interface_test.h"
"${CMAKE_SOURCE_DIR}/src/tests/api/interface/is_compatible_test.h"
"${CMAKE_SOURCE_DIR}/src/tests/api/interface/metadata/conditional_metadata_test.h"
"${CMAKE_SOURCE_DIR}/src/tests/api/interface/metadata/file_test.h"
"${CMAKE_SOURCE_DIR}/src/tests/api/interface/metadata/group_test.h"
"${CMAKE_SOURCE_DIR}/src/tests/api/interface/metadata/location_test.h"