Core, ide: Fixed some warnings

This commit is contained in:
Mirek Fidler 2022-03-06 15:26:36 +01:00
parent db231a2d4a
commit 3b08038375
3 changed files with 1 additions and 5 deletions

View file

@ -376,7 +376,6 @@ void TextCompareCtrl::Paint(Draw& draw)
int x = 0;
int ii = 0;
while(ii < hln.GetCount() - 1) {
Font fnt = font;
LineEdit::Highlight& h = hln[ii];
int l = 1;
while(ii + l < hln.GetCount() - 1 && hln[ii + l].paper == h.paper)