widget: Remove inexisting property parent_widget

We also have widget_parent.

Ref T5363
This commit is contained in:
Jean-Philippe Andre 2017-08-17 23:21:01 +09:00
parent 3137c2c01e
commit 6a08d4c519
1 changed files with 0 additions and 7 deletions

View File

@ -422,13 +422,6 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
vert: bool; [[$true if parents bounce vertically, $false otherwise]]
}
}
@property parent_widget {
[[Parent widget property]]
get @pure_virtual {
return: Efl.Canvas.Object; [[Parent widget]]
legacy: null;
}
}
@property highlight {
[[Highlight property]]
get {