]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuPanelButtonContainerSettings.cxx
(some of the) unused variables
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuPanelButtonContainerSettings.cxx
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