diff options
Diffstat (limited to 'Source/Font.c')
| -rw-r--r-- | Source/Font.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Source/Font.c b/Source/Font.c index 3e729f3..c4b1491 100644 --- a/Source/Font.c +++ b/Source/Font.c @@ -104,21 +104,6 @@ void FontPrintText(TYPE_FONT * ptrFont, short x, short y, char* str, ...) va_list ap; - if(ptrFont->flags & FONT_1HZ_FLASH) - { - if(Gfx1HzFlash() == false) - { - return; - } - } - else if(ptrFont->flags & FONT_2HZ_FLASH) - { - if(Gfx2HzFlash() == false) - { - return; - } - } - va_start(ap, str); result = vsnprintf( _internal_text, |
