mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
Remove unused variable in find_dialog
This commit is contained in:
parent
c340eb2f17
commit
27f857a8fe
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue