X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdConfiguration.cxx;h=89029b9c45462ae73a61b9886433d336f0e39dcd;hb=0500d9322df28ddf952e0082d5da47b7a8b69a07;hp=8fab8fe47f525b5a4b01ca15900163758529ab54;hpb=e27f49d94042bf18dc5067807594325eea8b6d56;p=bbtk.git diff --git a/packages/std/src/bbstdConfiguration.cxx b/packages/std/src/bbstdConfiguration.cxx index 8fab8fe..89029b9 100644 --- a/packages/std/src/bbstdConfiguration.cxx +++ b/packages/std/src/bbstdConfiguration.cxx @@ -4,7 +4,6 @@ #include "bbtkConfigurationFile.h" namespace bbstd { - BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,Configuration) BBTK_USER_BLACK_BOX_IMPLEMENTATION(Configuration,bbtk::UserBlackBox); @@ -13,7 +12,6 @@ namespace bbstd } - void Configuration::DoProcess() { bbSetOutputDataPath( bbtk::ConfigurationFile::GetInstance().Get_data_path() ); @@ -30,5 +28,3 @@ namespace bbstd } } // EO namespace bbstd - -