[Bf-blender-cvs] [5291e4c358f] master: Cleanup: Remove unused class variable, added in previous commit

Julian Eisel noreply at git.blender.org
Wed Nov 9 19:36:07 CET 2022


Commit: 5291e4c358f4dd81d3822e54c2241472a8f6e436
Author: Julian Eisel
Date:   Wed Nov 9 19:35:47 2022 +0100
Branches: master
https://developer.blender.org/rB5291e4c358f4dd81d3822e54c2241472a8f6e436

Cleanup: Remove unused class variable, added in previous commit

===================================================================

M	source/blender/blenkernel/BKE_asset_library.hh

===================================================================

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();



More information about the Bf-blender-cvs mailing list