Static analyzer fixes:

Removes unused code in OS.
Fixes return types.
Fixes few typos.
This commit is contained in:
bruvzg 2020-12-08 20:58:49 +02:00
parent 90bdba576a
commit 644f739660
No known key found for this signature in database
GPG key ID: 009E1BFE42239B95
27 changed files with 25 additions and 85 deletions

View file

@ -198,7 +198,6 @@ Error BitmapFontDataFallback::load_from_memory(const uint8_t *p_data, size_t p_s
chr.rect.position.y = c[2];
chr.rect.size.x = c[3];
chr.rect.size.y = c[4];
chr.texture_idx = 0;
if (c[7] < 0) {
chr.advance.x = c[3];
} else {