]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxAttributeSelectionPanel.cpp
(some of the) unused variables
[creaImageIO.git] / src / creaImageIOWxAttributeSelectionPanel.cpp
index 29538b91040bcd48b3b75667d43ec169b5af9d53..12d704390161846871c74986c6967494302cf54e 100644 (file)
@@ -32,7 +32,8 @@ namespace creaImageIO
   {
     GimmickDebugMessage(1,"WxCustomizeConfigPanel::WxCustomizeConfigPanel"
                        <<std::endl);
-       wxStaticText * aa=new wxStaticText(this,-1,_T(" Currently shown attributes for level: "), wxPoint(5,10));
+       /// \TODO fix warning: unused variable aa
+       wxStaticText * aa = new wxStaticText(this,-1,_T(" Currently shown attributes for level: "), wxPoint(5,10));
        wxArrayString as;
        std::stringstream out;
        for(int i=1;i<=numLev;i++)
@@ -42,6 +43,7 @@ namespace creaImageIO
                out.str("");
        }
        levels=new wxComboBox(this, ID_COMBO,_T("1"),wxPoint(190, 5),wxDefaultSize,as);
+       /// \TODO fix warning: unused variable na       
        wxStaticText * na=new wxStaticText(this,-1,_T(" Currently hidden attributes: "), wxPoint(255,10));
 
     shownAtts=new wxListCtrl(this, wxID_ANY, wxPoint(5,30), wxSize(160,90), wxLC_REPORT | wxLC_NO_HEADER );