mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Style: Cleanup single-line blocks, semicolons, dead code
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace TestString {
|
||||
|
||||
int u32scmp(const char32_t *l, const char32_t *r) {
|
||||
for (; *l == *r && *l && *r; l++, r++) {
|
||||
;
|
||||
// Continue.
|
||||
}
|
||||
return *l - *r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user