From kde-commits Tue Aug 03 08:35:44 2004 From: Stephan Kulow Date: Tue, 03 Aug 2004 08:35:44 +0000 To: kde-commits Subject: kdelibs/khtml Message-Id: <20040803083544.BF01216AF5 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109152215600414 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;