From: san Date: Thu, 9 Jun 2005 13:54:30 +0000 (+0000) Subject: Temporary code removed X-Git-Tag: T3_0_0_a3~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fbc69f7726729fc705b9c09665a172356af8d8b3;p=modules%2Fvisu.git Temporary code removed --- diff --git a/src/VISU_I/VISU_Table_i.cc b/src/VISU_I/VISU_Table_i.cc index 00d9b689..1983edac 100644 --- a/src/VISU_I/VISU_Table_i.cc +++ b/src/VISU_I/VISU_Table_i.cc @@ -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();