X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkKWBlackBox.cxx;h=11f2c32552d81d7c89794ed92cb437f70a3529b5;hb=bafc00d3eee5ab3c580e0971cb2d8806b5c74f35;hp=ea7f31f446f5cedac9e5c1973b1502418c9399a0;hpb=038dbbd7dd8b34107ec932a34170a4625368eb25;p=bbtk.git diff --git a/kernel/src/bbtkKWBlackBox.cxx b/kernel/src/bbtkKWBlackBox.cxx index ea7f31f..11f2c32 100644 --- a/kernel/src/bbtkKWBlackBox.cxx +++ b/kernel/src/bbtkKWBlackBox.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkKWBlackBox.cxx,v $ Language: C++ - Date: $Date: 2009/04/08 07:56:11 $ - Version: $Revision: 1.9 $ + Date: $Date: 2010/01/14 13:17:27 $ + Version: $Revision: 1.10 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -34,18 +34,12 @@ #ifdef USE_KWWIDGETS - - - - #include "bbtkKWBlackBox.h" #include "bbtkBlackBoxOutputConnector.h" #include "vtkKWBlackBoxDialog.h" - namespace bbtk { - //========================================================================= // KWBlackBox //========================================================================= @@ -80,8 +74,6 @@ namespace bbtk bbGetOutputWidget()->GetWidgetName(), bbGetInputWinWidth(), bbGetInputWinHeight()); - - } //================================================================== @@ -134,6 +126,5 @@ namespace bbtk }//namespace bbtk - #endif