CVS commit by coolo: warnings-- M +3 -0 khtml_caret.cpp 1.21 --- kdelibs/khtml/khtml_caret.cpp #1.20:1.21 @@ -1938,5 +1938,8 @@ kdDebug(6200) << "box " << box << " b " }/*end if*/ +#if 0 bool adjacent = ebit.isAdjacent(); +#endif + #if DEBUG_CARETMODE > 0 kdDebug(6200) << "adjacent " << adjacent << " _peekNext " << _peekNext << " _peekNext->isInlineTextBox: " << (_peekNext ? _peekNext->isInlineTextBox() : false) << " !((*ebit)->isInlineTextBox): " << (*ebit ? !(*ebit)->isInlineTextBox() : true) << endl;