mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-25 12:29:46 -06:00
Remove unused variable in find_dialog
This commit is contained in:
parent
c340eb2f17
commit
27f857a8fe
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user