Index: trunk/thirds/otb2zcfg/otb2zcfg.cxx
===================================================================
--- trunk/thirds/otb2zcfg/otb2zcfg.cxx	(revision 917)
+++ trunk/thirds/otb2zcfg/otb2zcfg.cxx	(revision 984)
@@ -222,5 +222,5 @@
 	  if(type == ParameterType_StringList || type == ParameterType_String || type == ParameterType_Float
 	     || type == ParameterType_Int || type == ParameterType_Choice || type == ParameterType_ListView
-	     || type == ParameterType_RAM || type == ParameterType_Empty || type == ParameterType_Directory){
+	     || type == ParameterType_RAM || type == ParameterType_Directory){
 	    std::cout << "   <LiteralData>" << std::endl;
 	    std::string lt;
@@ -233,6 +233,4 @@
 	       || type == ParameterType_ListView)
 	      lt="string";
-	    if(type == ParameterType_Empty)
-	      lt="boolean";
 	    std::cout << "    dataType = " << lt << std::endl;
 	    if(type == ParameterType_Choice || type == ParameterType_ListView){
@@ -281,9 +279,7 @@
 	    }
 	    else{
-	      if(type == ParameterType_ComplexOutputImage){
-		printOutputComplexImage(m_Application->GetParameterComplexOutputImagePixelType(paramKey));
-	      }else{
+	      {
 		std::cout << "   <ComplexData>" << std::endl;
-		if(type == ParameterType_InputImage || type == ParameterType_InputImageList || type == ParameterType_ComplexInputImage){
+		if(type == ParameterType_InputImage || type == ParameterType_InputImageList){
 		  printImages();
 		}
@@ -338,5 +334,5 @@
 	if(paramKey!="inxml" && paramKey!="outxml" &&
 	   ((type == ParameterType_OutputVectorData || type == ParameterType_OutputImage
-	     || type == ParameterType_OutputImage || type == ParameterType_ComplexOutputImage
+	     || type == ParameterType_OutputImage
 	     || type == ParameterType_OutputFilename) || role==1) && type != ParameterType_Group){
 	  hasOutput=1;
@@ -356,5 +352,5 @@
 	  }
 
-	  if(type == ParameterType_OutputImage || type == ParameterType_ComplexOutputImage){
+	  if(type == ParameterType_OutputImage){
 	    std::cout << "   <ComplexData>" << std::endl;
 	    printImages();
