From e30a42b647289c8b32be870259862f4a89e2abb1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 28 Oct 2024 18:56:29 +0100 Subject: [PATCH] Core: Fix compiler warning --- src/Gui/DlgAddPropertyVarSet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Gui/DlgAddPropertyVarSet.cpp b/src/Gui/DlgAddPropertyVarSet.cpp index 1c370cce8f..47564c21b6 100644 --- a/src/Gui/DlgAddPropertyVarSet.cpp +++ b/src/Gui/DlgAddPropertyVarSet.cpp @@ -536,7 +536,6 @@ void DlgAddPropertyVarSet::accept() void DlgAddPropertyVarSet::reject() { - App::Document* doc = varSet->getDocument(); // On reject we can disconnect the signal handlers because nothing useful // is to be done. Otherwise, signals may activate the handlers that assume // that a new property has been created, an assumption that will be