]> Creatis software - cpMesh.git/blobdiff - lib/cpm/Plugins/Host.cxx
...
[cpMesh.git] / lib / cpm / Plugins / Host.cxx
index 1152622259ea63860b58215e429981105f98e7e8..bc5405d003a16e248af2fc5bcdaa5250260ed3d9 100644 (file)
@@ -1,11 +1,11 @@
 #include <Pluma/Connector.hpp>
-#include <cpm/Plugins/SimpleFillRegion.h>
+// TODO #include <cpm/Plugins/SimpleFillRegion.h>
 
 /// TODO: doc
 PLUMA_CONNECTOR
 bool connect( pluma::Host& host )
 {
-  host.add( new cpm::Plugins::SimpleFillRegionProvider( ) );
+  // TODO: host.add( new cpm::Plugins::SimpleFillRegionProvider( ) );
   return( true );
 }