Fix: Put unused var into comments to later use.

pull/5146/head
Kim Kulling 2023-06-19 23:38:57 +02:00
parent 3d19cd9362
commit 6502b97d3e
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ void DXFImporter::ParseInsertion(DXF::LineReader& reader, DXF::FileData& output)
static constexpr unsigned int DXF_POLYLINE_FLAG_CLOSED = 0x1;
// Currently unused
//static constexpr unsigned int DXF_POLYLINE_FLAG_3D_POLYLINE = 0x8;
static constexpr unsigned int DXF_POLYLINE_FLAG_3D_POLYMESH = 0x10;
//static constexpr unsigned int DXF_POLYLINE_FLAG_3D_POLYMESH = 0x10;
static constexpr unsigned int DXF_POLYLINE_FLAG_POLYFACEMESH = 0x40;
// ------------------------------------------------------------------------------------------------