efl_ui_win_part: remove unused interface

Summary:
Efl.Gfx.Entity is not used in Efl.Ui.Win.Part.
The interface can be added when it is needed later.

ref T5719

Test Plan: make check

Reviewers: zmike, bu5hm4n, cedric, Jaehyun_Cho, Hermet

Reviewed By: Hermet

Subscribers: Hermet, cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T5719

Differential Revision: https://phab.enlightenment.org/D7844
This commit is contained in:
WooHyun Jung 2019-02-01 11:28:42 +09:00 committed by Hermet Park
parent 03ca3c37e0
commit bd949111be
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
class Efl.Ui.Win_Part extends Efl.Ui.Widget_Part implements Efl.Content, Efl.Gfx.Entity, Efl.Gfx.Color,
Efl.File
class Efl.Ui.Win_Part extends Efl.Ui.Widget_Part implements Efl.Content, Efl.Gfx.Color, Efl.File
{
[[Efl UI window interal part class]]
data: null;