Import: fix -Wunused-private-field

This commit is contained in:
wmayer
2023-10-11 13:55:07 +02:00
committed by wwmayer
parent 6ef99e413b
commit e9cbdd208c

View File

@@ -321,7 +321,6 @@ private:
std::map<std::string, ColorIndex_t>
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();