0028314: Application Framework - Display mode is not saved within XML OCAF document
[occt.git] / src / XmlMDataXtd / XmlMDataXtd_PresentationDriver.cxx
index 27bf61b..32eb2d8 100644 (file)
@@ -234,12 +234,10 @@ void XmlMDataXtd_PresentationDriver::Paste
     theTarget.Element().setAttribute(::WidthString(), aRNbStr.ToCString());
   }
 
-#ifdef OCC6010
   // mode
   if (aTPrs->HasOwnMode())
   {
     aNb = aTPrs->Mode();
     theTarget.Element().setAttribute(::ModeString(), aNb);
   }
-#endif
 }