Remove unused variable in find_dialog

This commit is contained in:
Megamouse 2026-04-14 08:17:08 +02:00
parent c340eb2f17
commit 27f857a8fe

View File

@ -145,11 +145,8 @@ void find_dialog::find(find_type type)
m_count_lines++;
int pos_count = 0;
for (int pos : positions)
{
pos_count++;
word_count++;
if (is_current_block && is_current_line && pos == current_pos)