remove spaces
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
#include "piscreendrawer.h"
|
||||
|
||||
|
||||
|
||||
|
||||
using namespace PIScreenTypes;
|
||||
|
||||
|
||||
@@ -257,5 +255,3 @@ void PIScreenTile::layout() {
|
||||
t->layout();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
#include "piscreendrawer.h"
|
||||
|
||||
|
||||
|
||||
|
||||
using namespace PIScreenTypes;
|
||||
|
||||
|
||||
@@ -694,5 +692,3 @@ void TileInput::reserCursor() {
|
||||
tm_blink.reset();
|
||||
inv = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user