Changeset 20852

Show
Ignore:
Timestamp:
09/25/07 08:26:18 (1 year ago)
Author:
patrick
Message:

Removed commented out code that has no obvious value.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/sonix/snx/SoundImplementation.cpp

    r19729 r20852  
    101101      this->unbind( (*it).first ); 
    102102   } 
    103    /* 
    104    std::map< std::string, AlSoundInfo >::iterator it; 
    105    for( it = mBindLookup.begin(); it != mBindLookup.end(); ++it) 
    106    { 
    107       this->unbind( (*it).first ); 
    108    } 
    109  
    110    vprASSERT(mBindLookup.size() == 0 && "unbindAll failed"); 
    111    */ 
    112103} 
    113104