]> Creatis software - cpPlugins.git/blobdiff - appli/bash/Config.h.in
...
[cpPlugins.git] / appli / bash / Config.h.in
index 859965d482f7eb749d3b32ee3b82df14de7155fb..8306fe58fd74fc468e48dd1020879f7a5d59eef7 100644 (file)
@@ -133,10 +133,6 @@ namespace cpPlugins_bash
   // -----------------------------------------------------------------------
   inline void LoadDefinitions( TCommands& commands )
   {
-    commands[ "define" ].push_back(
-      std::string( "bool_types=" ) +
-      std::string( cpPlugins_CONFIG_BOOLEAN_TYPES )
-      );
     commands[ "define" ].push_back(
       std::string( "int_types=" ) +
       std::string( cpPlugins_CONFIG_INTEGER_TYPES )
@@ -175,7 +171,7 @@ namespace cpPlugins_bash
         );
     commands[ "define" ].push_back(
       std::string(
-        "scalar_pixels=#bool_types#;#int_types#;#uint_types#;#real_types#"
+        "scalar_pixels=#int_types#;#uint_types#;#real_types#"
         )
       );
   }