From: Florian BRUNET Date: Fri, 25 Sep 2015 15:39:06 +0000 (+0200) Subject: tmp X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffbt%2Fpv44;p=modules%2Fgui.git tmp --- diff --git a/src/PVViewer/CMakeLists.txt b/src/PVViewer/CMakeLists.txt index 65d5f73b5..c81bdd4d3 100644 --- a/src/PVViewer/CMakeLists.txt +++ b/src/PVViewer/CMakeLists.txt @@ -47,7 +47,7 @@ SET(_link_LIBRARIES Event PVServerService pqApplicationComponents - vtkRenderingFreeTypeOpenGL +# vtkRenderingFreeTypeOpenGL ) # --- headers --- diff --git a/src/SALOME_PY/SalomePy.cxx b/src/SALOME_PY/SalomePy.cxx index c21f345b3..8c46aaa3e 100755 --- a/src/SALOME_PY/SalomePy.cxx +++ b/src/SALOME_PY/SalomePy.cxx @@ -227,7 +227,7 @@ public: #if VTK_XVERSION < 50700 myResult = PyVTKObject_New( aPyClass, aVTKObject ); #else - myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject ); + // myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject ); #endif } } @@ -280,7 +280,7 @@ public: #if VTK_XVERSION < 50700 myResult = PyVTKObject_New( aPyClass, aVTKObject ); #else - myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject ); + // myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject ); #endif } } @@ -333,7 +333,7 @@ public: #if VTK_XVERSION < 50700 myResult = PyVTKObject_New( aPyClass, aVTKObject ); #else - myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject ); + // myResult = PyVTKObject_New( aPyClass, NULL, aVTKObject ); #endif } }