diff --git a/src/bin/termio.c b/src/bin/termio.c index d86a52c6..4dc27110 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -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;