Remove dead commented code

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2014-01-19 11:38:10 +00:00
parent b9a63f145d
commit 7ba0d6d295
1 changed files with 0 additions and 16 deletions

View File

@ -37,19 +37,3 @@ typedef struct _Channel Channel;
#define SUPPORT_ITALIC 1
//#define SUPPORT_DBLWIDTH 1
//#define SUPPORT_80_132_COLUMNS 1
/* struct _Window */
/* { */
/* Evas_Object *o_sel; */
/* Evas_Object *o_sel_bg; */
/* Evas_Object *o_opts; */
/* Eina_Bool focused : 1; */
/* Ecore_Idler *idler; */
/* }; */
/* void _main_window_selector_restore(Window *win); */
/* void _main_window_flush(void); */