efl_ui_win_part: remove unused interface
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 1 Feb 2019 02:28:42 +0000 (11:28 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 6 Feb 2019 22:20:10 +0000 (07:20 +0900)
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

src/lib/elementary/efl_ui_win_part.eo

index 1b93fc2..a2c4c54 100644 (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;