0028284: Avoid classification of sub-shapes of arguments of BOPs relatively solids...
[occt.git] / src / BOPAlgo / BOPAlgo_PaveFiller.cxx
index c3247e4..3655415 100644 (file)
@@ -315,28 +315,4 @@ void BOPAlgo_PaveFiller::PerformInternal()
   if (myErrorStatus) {
     return; 
   }
-  //
-  if (myGlue != BOPAlgo_GlueOff) {
-    return;
-  }
-  // 03
-  PerformVZ();
-  if (myErrorStatus) {
-    return;
-  }
-  // 13
-  PerformEZ();
-  if (myErrorStatus) {
-    return;
-  }
-  // 23
-  PerformFZ();
-  if (myErrorStatus) {
-    return;
-  }
-  // 33
-  PerformZZ();
-  if (myErrorStatus) {
-    return;
-  }
-} 
+}