diff --git a/sources/conductor.cpp b/sources/conductor.cpp index 5c2147496..d4cd0f183 100644 --- a/sources/conductor.cpp +++ b/sources/conductor.cpp @@ -1202,7 +1202,6 @@ QList Conductor::junctions() const { // parcoure les segments a la recherche d'un point commun for (int j = 0 ; j < c_segments.count() ; ++ j) { ConductorSegment *segment = c_segments[j]; - QRectF rect(segment -> firstPoint(), segment -> secondPoint()); // un point commun a ete trouve sur ce segment if (isContained(conductor_point, segment -> firstPoint(), segment -> secondPoint())) { is_junction = true;