On Thu, Aug 15, 2002 at 12:16:09PM +0200, Jean-Marc Lasgouttes wrote: > ../../../1.2.x/src/mathed/formulabase.C:290: warning: unused parameter `bool dirty' > > Is it intended that dirty is not used anymore? Shall I just remove it > from argument list?
The code in 1.3 is void InsetFormulaBase::updateLocal(BufferView * bv, bool dirty) { bv->updateInset(this, dirty); } I think it should look like that in 1.2.1 too. [But 'true' should be safe except that it causes an additional redraw in some cases (most notably simple cursor movements)] Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)