Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2022-11-09 21:35:47 +0300
committerJulian Eisel <julian@blender.org>2022-11-09 21:35:47 +0300
commit5291e4c358f4dd81d3822e54c2241472a8f6e436 (patch)
treec821b49663df896109b65bd79b8ef00a97a97774
parent1efc94bb2f7b0321935ce6564b23d5d92ee41594 (diff)
Cleanup: Remove unused class variable, added in previous commit
-rw-r--r--source/blender/blenkernel/BKE_asset_library.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_asset_library.hh b/source/blender/blenkernel/BKE_asset_library.hh
index b6a11a6b3f4..e4ad5b78c43 100644
--- a/source/blender/blenkernel/BKE_asset_library.hh
+++ b/source/blender/blenkernel/BKE_asset_library.hh
@@ -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();