From af753322959f97b8fd6d4249740f9fe394970cca Mon Sep 17 00:00:00 2001 From: wandererfan Date: Mon, 21 Jan 2019 16:01:25 -0500 Subject: [PATCH] Fix Compile Warning - m_sectionFormat is not used yet and provokes a warning message. --- src/Mod/TechDraw/Gui/QGISectionLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/Gui/QGISectionLine.h b/src/Mod/TechDraw/Gui/QGISectionLine.h index 07caf2d2f4..2e167ca88d 100644 --- a/src/Mod/TechDraw/Gui/QGISectionLine.h +++ b/src/Mod/TechDraw/Gui/QGISectionLine.h @@ -85,7 +85,7 @@ private: double m_arrowSize; //QColor m_color; double m_extLen; - int m_sectionFormat; //0 = ASME, 1 = ISO +// int m_sectionFormat; //0 = ASME, 1 = ISO }; }