Show
Ignore:
Timestamp:
06/15/07 05:53:00 (1 year ago)
Author:
vossg
Message:

removed : OSG_MT_FIELDCONTAINERPTR dependend code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGMaterialBase.inl

    r782 r787  
    142142 
    143143 
    144 #ifdef OSG_MT_FIELDCONTAINERPTR 
    145 inline 
    146 void MaterialBase::execSync(      MaterialBase *pOther, 
    147                                        ConstFieldMaskArg  whichField, 
    148                                        ConstFieldMaskArg  syncMode, 
    149                                  const UInt32             uiSyncInfo, 
    150                                        UInt32             uiCopyOffset) 
    151 { 
    152     Inherited::execSync(pOther, whichField, syncMode, uiSyncInfo, uiCopyOffset); 
    153  
    154     if(FieldBits::NoField != (SortKeyFieldMask & whichField)) 
    155         _sfSortKey.syncWith(pOther->_sfSortKey); 
    156  
    157     if(FieldBits::NoField != (TransparencyModeFieldMask & whichField)) 
    158         _sfTransparencyMode.syncWith(pOther->_sfTransparencyMode); 
    159 } 
    160 #endif 
    161  
    162144#ifdef OSG_MT_CPTR_ASPECT 
    163145inline 
     
    178160#endif 
    179161 
    180 #if 0 
    181 inline 
    182 void MaterialBase::execBeginEdit(ConstFieldMaskArg whichField, 
    183                                       UInt32            uiAspect, 
    184                                       UInt32            uiContainerSize) 
    185 { 
    186     Inherited::execBeginEdit(whichField, uiAspect, uiContainerSize); 
    187 } 
    188 #endif 
    189  
    190162 
    191163inline