Geography : remove useless statement

svn: r19432
This commit is contained in:
Serge Noiraud 2012-05-03 15:12:24 +00:00
parent 2bb2b59a90
commit acd641f73e

View File

@ -156,7 +156,6 @@ class LifeWayLayer(gobject.GObject, osmgpsmap.GpsMapLayer):
for lifeway in self.lifeways:
ctx.set_operator(cairo.OPERATOR_ATOP)
ctx.set_source_rgba(0.0, 0.0, 0.0, 0.0)
ctx.set_line_width(3.0)
map_points = []
for point in lifeway[0]: