You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Removed unused variables, add some constants numbers
This commit is contained in:
@@ -889,7 +889,6 @@ String FindInFilesPanel::get_replace_text() {
|
||||
|
||||
void FindInFilesPanel::update_replace_buttons() {
|
||||
|
||||
String text = get_replace_text();
|
||||
bool disabled = _finder->is_searching();
|
||||
|
||||
_replace_all_button->set_disabled(disabled);
|
||||
|
||||
Reference in New Issue
Block a user