Salome HOME
Temporary code removed
authorsan <san@opencascade.com>
Thu, 9 Jun 2005 13:54:30 +0000 (13:54 +0000)
committersan <san@opencascade.com>
Thu, 9 Jun 2005 13:54:30 +0000 (13:54 +0000)
src/VISU_I/VISU_Table_i.cc

index 00d9b6896a69ab597017a97c7cdf8a7df6371901..1983edac8b8a925214144160f23aaa59bee7bee6 100644 (file)
@@ -578,7 +578,6 @@ int VISU::Curve_i::GetData( double*& theHorList, double*& theVerList )
 */
 SPlot2d_Curve* VISU::Curve_i::CreatePresentation()
 {
-  return NULL; // apo
   SPlot2d_Curve* crv = new SPlot2d_Curve();
   crv->setHorTitle( GetHorTitle().c_str() );
   string tlt = GetTitle();