You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Appease some CppCheck warns for files in the "scene" directory
This commit is contained in:
@@ -3811,7 +3811,6 @@ Vector<String> TextEdit::get_wrap_rows_text(int p_line) const {
|
||||
if (indent_ofs + word_px > wrap_at) {
|
||||
// not enough space; add it anyway
|
||||
wrap_substring += word_str;
|
||||
px += word_px;
|
||||
word_str = "";
|
||||
word_px = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user