Evas line: Remove obviously wrong default values.

This commit is contained in:
Tom Hacohen 2015-07-07 13:54:10 +01:00
parent ec6ddf59e2
commit 824967457a
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class Evas.Line (Evas.Object)
]]
}
values {
x1: Evas_Coord(0); [[The X coordinate of the first point.]]
y1: Evas_Coord(3); [[The Y coordinate of the first point.]]
x1: Evas_Coord; [[The X coordinate of the first point.]]
y1: Evas_Coord; [[The Y coordinate of the first point.]]
x2: Evas_Coord; [[The X coordinate of the second point.]]
y2: Evas_Coord; [[The Y coordinate of the second point.]]
}