Skip to content

Commit bb2b40d

Browse files
1 parent b27c41b commit bb2b40d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/nbl/video/IGPUObjectFromAssetConverter.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,6 @@ struct CustomBoneNameIterator
353353
return m_it++;
354354
}
355355

356-
inline CustomBoneNameIterator<MapIterator> operator-(const CustomBoneNameIterator<MapIterator>& other) const
357-
{
358-
return m_it-other.m_it;
359-
}
360-
361356
inline const auto& operator*() const
362357
{
363358
return m_it->first;

0 commit comments

Comments
 (0)