Skip to content

Commit eb9420f

Browse files
committed
Absence of this should prevent moving from SAssetBundle
1 parent 33ed235 commit eb9420f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/nbl/asset/IAsset.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,6 @@ class SAssetBundle
342342
return core::SRange<const core::smart_refctd_ptr<IAsset>>(m_contents->begin(),m_contents->end());
343343
}
344344

345-
inline core::SRange<core::smart_refctd_ptr<IAsset>> getContents()
346-
{
347-
return core::SRange<core::smart_refctd_ptr<IAsset>>(m_contents->begin(),m_contents->end());
348-
}
349-
350345
//! Whether this asset bundle is in a cache and should be removed from cache to destroy
351346
inline bool isInAResourceCache() const { return m_isCached; }
352347

0 commit comments

Comments
 (0)