we not be needin no steeking termch anymore.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jun 2012 07:31:42 +0000 (07:31 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jun 2012 07:31:42 +0000 (07:31 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72219 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/termio.c

index d86a52c..4dc2711 100644 (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;