we not be needin no steeking termch anymore.

SVN revision: 72219
This commit is contained in:
Carsten Haitzler 2012-06-16 07:31:42 +00:00
parent 776e0b2e96
commit 28667adc4e
1 changed files with 0 additions and 7 deletions

View File

@ -7,7 +7,6 @@
#include "config.h"
typedef struct _Termio Termio;
typedef struct _Termch Termch;
struct _Termio
{
@ -39,12 +38,6 @@ struct _Termio
Eina_Bool jump_on_change : 1;
};
struct _Termch
{
Evas_Object *bg;
Evas_Object *tx;
};
static Evas_Smart *_smart = NULL;
static Evas_Smart_Class _termio_sc = EVAS_SMART_CLASS_INIT_NULL;