Andre Poenitz wrote: > On Mon, Mar 22, 2004 at 02:00:04PM +0100, Alfredo Braunstein wrote: > > + if (!pit->isInset(i) || pit->getInset(i)->isChar()) { > + // some insets are line separators too > + if (pit->isLineSeparator(i)) { > + // register breakpoint: > + point = i + 1; > + chunkwidth = 0; > + } > + } > > Why two if's? > > Is it faster?
No idea, I just moved this piece of code from elsewhere. But probably is just the result of some cleanup. Alfredo