diff options
| author | Rémi Verschelde | 2016-07-08 00:32:28 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-07-08 16:47:55 +0200 |
| commit | f40f360a2c4ca8e6f2a651dbcca3ae82e2abe7a1 (patch) | |
| tree | ef86e39ca4ee986c5ca2888dc96cdfa145a6c2ce /core/ustring.cpp | |
| parent | d8c31e0e7480906ccf230892b090e3c3cbe1b271 (diff) | |
| download | godot-f40f360a2c4ca8e6f2a651dbcca3ae82e2abe7a1.tar.gz godot-f40f360a2c4ca8e6f2a651dbcca3ae82e2abe7a1.tar.zst godot-f40f360a2c4ca8e6f2a651dbcca3ae82e2abe7a1.zip | |
Diffstat (limited to 'core/ustring.cpp')
| -rw-r--r-- | core/ustring.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ustring.cpp b/core/ustring.cpp index 3c22de35f..6788ada1b 100644 --- a/core/ustring.cpp +++ b/core/ustring.cpp @@ -3836,7 +3836,6 @@ String String::lpad(int min_length, const String& character) const { String String::sprintf(const Array& values, bool* error) const { String formatted; CharType* self = (CharType*)c_str(); - int num_items = values.size(); bool in_format = false; int value_index = 0; int min_chars; |
