From c3769490f6cbfcbb0169077686b2c530417d5385 Mon Sep 17 00:00:00 2001 From: xavier Date: Thu, 16 Apr 2009 22:46:01 +0000 Subject: [PATCH] Correction mineure du code suite a la revision precedente. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@592 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/conductor.cpp | 1 - 1 file changed, 1 deletion(-) 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;