Jean-Marc Lasgouttes wrote:
> Coverity points out that in the code below, des is overwritten without
> being used. The same happens in dyt(). Georg, any comment?
This was the first attempt of calculating descend and ascent, which I
abandoned by introducing dybt(). I forgot to remove the old code
Coverity points out that in the code below, des is overwritten without
being used. The same happens in dyt(). Georg, any comment?
JMarc
int InsetMathSideset::dyb(BufferView const & bv) const
128{
129int nd = ndes(bv);
130int des = 0;
131if (scriptl_ && scriptr_)
132