diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp
index 8b30928fa84ef7af39228e2da13e9fc832ffae09..cb40e80db9f39cc868abeda76984043f657d1a29 100644
--- a/Geo/Geo.cpp
+++ b/Geo/Geo.cpp
@@ -631,7 +631,6 @@ Volume *Create_Volume(int Num, int Typ)
   pV->SurfacesOrientations = List_Create(1, 2, sizeof(int));
   pV->SurfacesByTag = List_Create(1, 2, sizeof(int));
   pV->Extrude = NULL;
-  pV->Recombine3D = 0;
   return pV;
 }