# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- /home/mosa/Sources/Scuola/sito_cervignano/m2000/extension/ezflow/datatypes/ezpage/ezpagetype.php
+++ /home/mosa/Sources/Scuola/linussio_codroipo/sito/ez_port/extension/ezflow/datatypes/ezpage/ezpagetype.php
@@ -1001,28 +1001,6 @@
         return $contentObjectAttribute->setAttribute( 'data_text', $string );
     }
 
-    function serializeContentClassAttribute( $classAttribute, $attributeNode, $attributeParametersNode ){
-
-        $classContent=serialize($content);
-        $default_layout =$classAttribute->attribute('data_text1');
-        $dom = new DOMDocument( '1.0', 'utf-8' );
-        $domRoot = $dom->documentElement;
-
-                //DefaultLayout
-                $defaultLayoutNode = $attributeParametersNode->ownerDocument->createElement( 'default-layout', $default_layout);
-                $attributeParametersNode->appendChild( $defaultLayoutNode );
-	}
-
-
- function unserializeContentClassAttribute( $classAttribute, $attributeNode, $attributeParametersNode )
-    {
-      
-	
-
-            $default_layout = $attributeParametersNode->getElementsByTagName( 'default-layout' )->item(0)->textContent;
-            $classAttribute->setAttribute("data_text1",$default_layout);
-	}
-
\ No newline at end of file
     /**
      * Return a DOM representation of the content object attribute
      *
