Salome HOME
23080: [CEA 1497] Do not merge a middle node in quadratic with the extreme nodes...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_PropertiesDlg.h
index 1aa46b1ad2d0b697872588f24f817229135b718c..c2f964653351fe655f2226db5a96e04eabae0675 100644 (file)
@@ -82,8 +82,8 @@ public:
 
   void              setBallColor( const QColor& );
   QColor            ballColor() const;
-  void              setBallSize( int );
-  int               ballSize() const;
+  // void           setBallSize( int );
+  // int            ballSize() const;
   void              setBallScale( double );
   double            ballScale() const;
 
@@ -134,7 +134,7 @@ private:
   QtxIntSpinBox*          myElem0dSize;
   // - balls
   QtxColorButton*         myBallColor;
-  QtxIntSpinBox*          myBallSize;
+  // QtxIntSpinBox*       myBallSize;
   QtxDoubleSpinBox*       myBallScale;
   // - orientation vectors
   QtxColorButton*         myOrientationColor;