1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00

comments removed

This commit is contained in:
mhotar 2014-01-20 22:24:26 +01:00
parent 676491412d
commit 34009091fd

View file

@ -514,7 +514,6 @@ void lcd_outdezNAtt(xcoord_t x, uint8_t y, lcdint_t val, LcdFlags flags, uint8_t
x += 2;
}
#if defined(BOLD_FONT) && !defined(CPUM64) || defined(EXTSTD)
///////////////////////////////////////////////////////////////////
if (flags & BOLD) fw += 1;
#endif
}
@ -575,7 +574,6 @@ void lcd_outdezNAtt(xcoord_t x, uint8_t y, lcdint_t val, LcdFlags flags, uint8_t
val = qr.quot;
x-=fw;
#if defined(BOLD_FONT) && !defined(CPUM64) || defined(EXTSTD)
////////////////////////////////////////////////////////////
if (i==len && (flags & BOLD)) x += 1;
#endif
}