]> Creatis software - creaMaracasVisu.git/commitdiff
(some of the) unused variables
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 15:26:44 +0000 (15:26 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 15:26:44 +0000 (15:26 +0000)
bbtk/src/bbcreaMaracasVisuPanelButtonContainer.cxx
bbtk/src/bbcreaMaracasVisuPanelButtonContainerSettings.cxx

index 5dd1aa26265583e4300924c647e91ba37736e31f..8ee86c723eddfab60658b1ccb042a52af4bc48f2 100644 (file)
@@ -35,6 +35,7 @@ PanelButtonContainer::Process( )
 void PanelButtonContainer::CreateWidget( wxWindow* parent )
 {
        this->myPanel = new wxPanel( parent, -1 );
+       /// \TODO fix  warning: unused variable ww
        wxWindow* ww = bbCreateWidgetOfInput( "In", this->myPanel );
        bbSetOutputWidget( myPanel);
 
index 0934d08a3f45df1664a6e251f8744c897c0b0632..e48c87f71237f20f9a4462c8b1021bfa29917105 100644 (file)
@@ -37,15 +37,14 @@ void
 PanelButtonContainerSettings::CreateWidget( wxWindow* parent )
 {
   this->myPanel = new wxPanel( parent, -1 );
-       wxWindow* w = bbCreateWidgetOfInput("Widget", myPanel);
+       wxWindow* w  = bbCreateWidgetOfInput("Widget", myPanel);
+       /// \TODO fix : unused variable \u2018ww\u2019
        wxWindow* ww = bbCreateWidgetOfInput("In", parent);
 
   wxBoxSizer* sizer = new wxBoxSizer(wxHORIZONTAL);
   sizer->Add(w,1,wxEXPAND, 0);
   this->myPanel->SetSizer(sizer);
-  bbSetOutputWidget( myPanel );
-
-       
+  bbSetOutputWidget( myPanel );        
 }
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
@@ -71,7 +70,7 @@ PanelButtonContainerSettings::bbUserFinalizeProcessing( )
 {
 
 }
-}
-// EO namespace bbcreaMaracasVisu
 
 
+}
+// EO namespace bbcreaMaracasVisu