Remove font renderer debug code

This commit is contained in:
Francesco Abbate
2020-06-09 16:55:26 +02:00
parent 047039a750
commit 18865fd32f
3 changed files with 0 additions and 79 deletions
-3
View File
@@ -11,9 +11,6 @@ extern "C" {
typedef struct {
unsigned short x0, y0, x1, y1;
float xoff, yoff, xadvance;
#ifdef FONT_RENDERER_DEBUG
int ybaseline;
#endif
} GlyphBitmapInfo;
struct FontRendererImpl;