mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
Remove code that seems to be unnecessary now that we no longer use stlport
This commit is contained in:
@@ -184,12 +184,6 @@ inline typename AutoDeltaSet<ValueType, ObjectType>::const_iterator AutoDeltaSet
|
||||
m_commands.push_back(c);
|
||||
++m_baselineCommandCount;
|
||||
|
||||
// @note apathy - hack to convert from const_iterator to iterator as requried by STLPort
|
||||
typename SetType::iterator tmp(m_set.begin());
|
||||
std::advance(tmp, std::distance<const_iterator>(tmp, i));
|
||||
i++;
|
||||
m_set.erase(tmp);
|
||||
|
||||
touch();
|
||||
onErase(c.value);
|
||||
onChanged();
|
||||
|
||||
Reference in New Issue
Block a user