瀏覽代碼

Fix: Put unused var into comments to later use.

Kim Kulling 2 年之前
父節點
當前提交
6502b97d3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/AssetLib/DXF/DXFLoader.cpp

+ 1 - 1
code/AssetLib/DXF/DXFLoader.cpp

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