Salome HOME
#18963 Minimize compiler warnings
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationPointSprite.cxx
index fdc838c41389933446f0ae3f1d0d4348b02c2383..3545dc27f90cb79a6b292f83e13c645dc000b5b4 100644 (file)
@@ -81,7 +81,7 @@ MEDPresentationPointSprite::internalGeneratePipeline()
 
   // Populate internal array of available components:
   fillAvailableFieldComponents();
-  int nbCompo = getIntProperty(MEDPresentation::PROP_NB_COMPONENTS);
+  //int nbCompo = getIntProperty(MEDPresentation::PROP_NB_COMPONENTS); // todo: unused
 
   // Point sprite needs point data:
   applyCellToPointIfNeeded();