efl_canvas_text: remove unused Text_Style eo struct

Summary: `Efl.Canvas.Text_Style` is not used in eo world.

Reviewers: zmike, tasn

Reviewed By: tasn

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9565
This commit is contained in:
Yeongjong Lee 2019-08-23 14:03:57 -04:00 committed by Mike Blumenkrantz
parent 8145d90ce7
commit 471032d69d
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,5 @@
import efl_text_types;
struct @beta Efl.Canvas.Text_Style; [[EFL text style data structure]]
class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text,
Efl.Canvas.Filter.Internal, Efl.Text_Font,
Efl.Text_Style, Efl.Text_Format, Efl.Text_Cursor,

View File

@ -11,12 +11,6 @@ typedef Eo Efl_Canvas_Text;
#ifndef _EFL_CANVAS_TEXT_EO_TYPES
#define _EFL_CANVAS_TEXT_EO_TYPES
/** EFL text style data structure
*
* @ingroup Efl_Canvas
*/
typedef struct _Efl_Canvas_Text_Style Efl_Canvas_Text_Style;
#endif