Ignore:
Timestamp:
Jan 8, 2014, 6:05:38 PM (10 years ago)
Author:
garnier
Message:

Suppression de methodes deprecated et de quelques warning de compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_ligneFaisceau.cc

    r469 r481  
    312312  return elems;
    313313}
    314 
    315 void GWt_ligneFaisceau::update_deprecated(int i){
    316     int index = 0;
    317  
    318     // first if 1
    319     //    i--;
    320  
    321     for (int a=0; a< ligneFaisceauLayout_->count(); a++) {
    322         if (GWt_elementLigneFaisceau* elem = dynamic_cast <GWt_elementLigneFaisceau*> (ligneFaisceauLayout_->itemAt(a)->widget ())) {
    323             if (index == i) {
    324     //        elem->update();
    325             }
    326             index ++;
    327         }
    328     }
    329 }
Note: See TracChangeset for help on using the changeset viewer.