From 5291e4c358f4dd81d3822e54c2241472a8f6e436 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Wed, 9 Nov 2022 19:35:47 +0100 Subject: Cleanup: Remove unused class variable, added in previous commit --- source/blender/blenkernel/BKE_asset_library.hh | 3 --- 1 file changed, 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 catalog_service; AssetLibrary(); -- cgit v1.2.3