Cleanup: Remove unnecessary AssetListStorage class #119137

Merged
Hans Goudey merged 4 commits from HooglyBoogly/blender:cleanup-asset-list-class-remove into main 2024-03-07 18:56:33 +01:00

4 Commits

Author SHA1 Message Date
Hans Goudey e5f5d8cd45 Remove "static" added accidentally 2024-03-07 12:02:16 -05:00
Hans Goudey ff84b91fff Merge branch 'main' into cleanup-asset-list-class-remove 2024-03-07 12:01:46 -05:00
Hans Goudey 43aa6b11db Merge branch 'main' into cleanup-asset-list-class-remove 2024-03-07 09:38:39 -05:00
Hans Goudey 19109b5013 Cleanup: Remove unnecessary AssetListStorage class
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
This class was just used to hold some functions which can just as well
be declared static outside of any class. It was never even instantiated.
Removing the class removes some indirection in this file that made
the code less readability, and avoids misleading readers.
2024-03-06 16:45:30 -05:00