Geography : remove useless statement
svn: r19432
This commit is contained in:
parent
2bb2b59a90
commit
acd641f73e
@ -156,7 +156,6 @@ class LifeWayLayer(gobject.GObject, osmgpsmap.GpsMapLayer):
|
|||||||
|
|
||||||
for lifeway in self.lifeways:
|
for lifeway in self.lifeways:
|
||||||
ctx.set_operator(cairo.OPERATOR_ATOP)
|
ctx.set_operator(cairo.OPERATOR_ATOP)
|
||||||
ctx.set_source_rgba(0.0, 0.0, 0.0, 0.0)
|
|
||||||
ctx.set_line_width(3.0)
|
ctx.set_line_width(3.0)
|
||||||
map_points = []
|
map_points = []
|
||||||
for point in lifeway[0]:
|
for point in lifeway[0]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user