mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Removed unnecessary assignments
This commit is contained in:
parent
4717d37bfa
commit
738d2ab969
37 changed files with 65 additions and 128 deletions
|
@ -258,7 +258,6 @@ void FindReplaceBar::_get_search_from(int &r_line, int &r_col) {
|
|||
int selection_from_col = text_edit->get_selection_from_column();
|
||||
|
||||
if (r_col >= selection_from_col && r_col <= text_edit->get_selection_to_column()) {
|
||||
r_col = selection_line;
|
||||
r_col = selection_from_col;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue