X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI.cxx;h=336363ecbc9e3f52393352a1d2f9df01d8c32f21;hp=c90cb0fa9efe48868146d72afef3b6b371624d3d;hb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54;hpb=da78b9467b74750ae0f1c17c3fdc814d4abbc43e diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index c90cb0fa9..336363ecb 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -182,21 +182,6 @@ // of auto-color picking up #define SIMPLE_AUTOCOLOR -// REMOVE the code about MPLMathText_Disabler if it does not complite at porting to ParaView-4.1 -#include -namespace -{ - // Creation of this class disables vtkMatplotlibMathTextUtilities - struct MPLMathText_Disabler : protected vtkMatplotlibMathTextUtilities - { - MPLMathText_Disabler() - { - vtkMatplotlibMathTextUtilities::MPLMathTextAvailable = - vtkMatplotlibMathTextUtilities::UNAVAILABLE; - } - }; -} - namespace { // Declarations @@ -1979,8 +1964,6 @@ SalomeApp_Module( "SMESH" ) /* load resources for all available meshers */ SMESH::InitAvailableHypotheses(); - - MPLMathText_Disabler d; // disable vtkMatplotlibMathTextUtilities } //=============================================================================