From e9cbdd208c351cff19cb500a4fa3291ed362fa3b Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 11 Oct 2023 13:55:07 +0200 Subject: [PATCH] Import: fix -Wunused-private-field --- src/Mod/Import/App/dxf/dxf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Import/App/dxf/dxf.h b/src/Mod/Import/App/dxf/dxf.h index 17f668f1ab..ce577a432c 100644 --- a/src/Mod/Import/App/dxf/dxf.h +++ b/src/Mod/Import/App/dxf/dxf.h @@ -321,7 +321,6 @@ private: std::map m_layer_ColorIndex_map; // Mapping from layer name -> layer color index const ColorIndex_t ColorBylayer = 256; - const ColorIndex_t ColorByBlock = 0; bool ReadUnits(); bool ReadLayer();