From: abd Date: Tue, 7 Oct 2008 13:12:53 +0000 (+0000) Subject: Fix compilation problems on Win32 Platform: X-Git-Tag: V4_1_0_maintainance_20081009~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cc181715d8b402fd002dc25bf8473234fdfe87bf;p=modules%2Fvisu.git Fix compilation problems on Win32 Platform: remove class without any definitions --- diff --git a/src/CONVERTOR/VISU_ConvertorDef_impl.hxx b/src/CONVERTOR/VISU_ConvertorDef_impl.hxx index eb7fbcd0..639119b1 100644 --- a/src/CONVERTOR/VISU_ConvertorDef_impl.hxx +++ b/src/CONVERTOR/VISU_ConvertorDef_impl.hxx @@ -54,10 +54,6 @@ namespace VISU typedef vtkSmartPointer PMergeFilter; typedef vtkSmartPointer PCommonCellsFilter; - struct TCommonCellsFilterHolder; - typedef MED::SharedPtr PCommonCellsFilterHolder; - - //--------------------------------------------------------------- typedef vtkSmartPointer PPolyData; typedef vtkSmartPointer PAppendPolyData;