diff --git a/src/bin/termio.h b/src/bin/termio.h index bca687b8..2d2f2c16 100644 --- a/src/bin/termio.h +++ b/src/bin/termio.h @@ -40,8 +40,6 @@ void termio_debugwhite_set(Evas_Object *obj, Eina_Bool dbg); void termio_config_set(Evas_Object *obj, Config *config); Config *termio_config_get(const Evas_Object *obj); -void termio_debugwhite_set(Evas_Object *obj, Eina_Bool dbg); - Termpty *termio_pty_get(Evas_Object *obj); Evas_Object * termio_miniview_get(Evas_Object *obj); Term* termio_term_get(Evas_Object *obj);