From aba16dc9363f7aa88948e1a7159b5befc6af1f09 Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Mon, 19 Oct 2020 20:02:00 +0200 Subject: [PATCH] remove not needed variable --- sources/editor/graphicspart/partterminal.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/editor/graphicspart/partterminal.cpp b/sources/editor/graphicspart/partterminal.cpp index 5d352b264..64ad4f8a1 100644 --- a/sources/editor/graphicspart/partterminal.cpp +++ b/sources/editor/graphicspart/partterminal.cpp @@ -47,7 +47,6 @@ PartTerminal::~PartTerminal() */ bool PartTerminal::fromXml(const QDomElement &xml_elmt) { - QUuid uuid; // update part and add uuid, which is used in the new version to connect terminals together // if the attribute not exists, means, the element is created with an older version of qet. So use the legacy approach // to identify terminals