remove some unused defines

This commit is contained in:
2026-08-12 14:04:49 +03:00
parent 8bf7738e8a
commit e2c0445c1b
15 changed files with 77 additions and 128 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
#include "piscreendrawer.h"
#if !defined(PICO_SDK)
// comment for use ascii instead of unicode symbols
# define USE_UNICODE
@@ -267,4 +267,4 @@ void PIScreenDrawer::drawText(int x, int y, const PIString & s, Color col_char,
}
}
#endif // !PICO_SDK