From acd641f73eef1c5f760e4d8d5cedaf82c595ddda Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Thu, 3 May 2012 15:12:24 +0000 Subject: [PATCH] Geography : remove useless statement svn: r19432 --- src/plugins/lib/maps/lifewaylayer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/lib/maps/lifewaylayer.py b/src/plugins/lib/maps/lifewaylayer.py index ac1d5c82a..80af4e606 100644 --- a/src/plugins/lib/maps/lifewaylayer.py +++ b/src/plugins/lib/maps/lifewaylayer.py @@ -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]: