huchi pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=ace0b53a349e178cbfef94dc61c250a550595784
commit ace0b53a349e178cbfef94dc61c250a550595784 Author: Wonguk Jeong <[email protected]> Date: Tue Jul 29 03:50:09 2014 +0200 termio: remove duplicated function prototype --- src/bin/termio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/termio.h b/src/bin/termio.h index bca687b..2d2f2c1 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); --
