CVS commit by cullmann: mini cleanup M +1 -3 katehighlight.cpp 1.141 --- kdelibs/kate/part/katehighlight.cpp #1.140:1.141 @@ -1123,10 +1123,8 @@ void KateHighlighting::doHighlight ( Kat uint z = 0; KateHlItem *item = 0; - bool found = false; while (z < len) { - found = false; - + bool found = false; bool standardStartEnableDetermined = false; bool standardStartEnable = false;