Cleanup: Remove unused class variable, added in previous commit

This commit is contained in:
Julian Eisel 2022-11-09 19:35:47 +01:00
parent 1efc94bb2f
commit 5291e4c358
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ struct AssetLibrary {
* for managing the "Save Catalog Changes" in the quit-confirmation dialog box. */
static bool save_catalogs_when_file_is_saved;
/** The directory representing the root of this library. */
std::string root_path;
std::unique_ptr<AssetCatalogService> catalog_service;
AssetLibrary();