Remove unused Efl.Gfx.Path_Change_Event

Summary:
This struct was throwing documentation warnings, but it turns out it
is unused. Better to remove it for clarity.

Test Plan: Everything builds and passes tests.

Reviewers: zmike, bu5hm4n, cedric, devilhorns

Reviewed By: devilhorns

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9062
This commit is contained in:
Xavi Artigas 2019-05-31 17:11:04 +02:00
parent a17ab7f044
commit a5467e1aec
1 changed files with 5 additions and 9 deletions

View File

@ -151,15 +151,11 @@ enum @beta Efl.Gfx.Border_Fill_Mode
enum Efl.Gfx.Change_Flag
{
[[What property got changed for this object @since 1.18]]
none = 0x0, [[No change]]
matrix = 0x1, [[matrix got changed]]
path = 0x2, [[path got changes]]
fill = 0x4, [[coloring or fill information changed, not geometry]]
all = 0xffff [[all properties got changed]]
}
struct Efl.Gfx.Path_Change_Event {
what: Efl.Gfx.Change_Flag; [[Indicates what changed.]]
none = 0x0, [[Nothing changed.]]
matrix = 0x1, [[Matrix got changed.]]
path = 0x2, [[Path got changed.]]
fill = 0x4, [[Coloring or fill information changed, not geometry.]]
all = 0xffff [[All properties got changed.]]
}
struct Efl.Gfx.Event.Render_Post