[nostalgia/foundation] Removed unused member from AssetContainer

This commit is contained in:
Gary Talent 2023-02-28 00:45:10 -06:00
parent e9965a63ce
commit 8c1ad5ed63

@ -28,7 +28,6 @@ class AssetContainer {
ox::Signal<ox::Error()> updated;
private:
ox::UUID uuid;
T m_obj;
mutable int m_references = 0;