|
|
@@ -54,7 +54,6 @@ struct IndexData
|
|
|
};
|
|
|
|
|
|
#define UTF8_ACCEPT 0
|
|
|
-#define UTF8_REJECT 1
|
|
|
|
|
|
//-------------------------------------------------------------------------
|
|
|
static const uint8_t s_utf8d[364] =
|
|
|
@@ -206,11 +205,6 @@ struct GuiText
|
|
|
m_r.commit(1);
|
|
|
}
|
|
|
|
|
|
- //-------------------------------------------------------------------------
|
|
|
- void set_pen()
|
|
|
- {
|
|
|
- }
|
|
|
-
|
|
|
public:
|
|
|
|
|
|
RenderWorld& m_render_world;
|