mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fixup 716e20ae
: revert useless part
This commit is contained in:
parent
716e20ae1b
commit
951cb62f47
@ -36,15 +36,4 @@ void lyxbreaker(void const * data, const char * hint, int size)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
template<class T>
|
|
||||||
void CoordCache<T>::check(T const * thing, char const * hint) const
|
|
||||||
{
|
|
||||||
typename cache_type::const_iterator it = data_.find(thing);
|
|
||||||
|
|
||||||
if (it == data_.end() || it->second.pos.x == -10000)
|
|
||||||
__coverity_panic__();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user