remove spaces

This commit is contained in:
2026-08-12 18:23:48 +03:00
parent 7af2b0bb07
commit a94d5d536b
11 changed files with 0 additions and 24 deletions
-4
View File
@@ -19,8 +19,6 @@
#include "piscreendrawer.h"
// comment for use ascii instead of unicode symbols
# define USE_UNICODE
@@ -266,5 +264,3 @@ void PIScreenDrawer::drawText(int x, int y, const PIString & s, Color col_char,
}
}
}