Ignore:
Timestamp:
23 Jul 2013, 15:19:06 (12 years ago)
Author:
tech
Message:

Further removal of unused macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComSlice.cpp

    r540 r542  
    118118, m_icSkipParseFlag               ( false )
    119119#endif
    120 #if H_3D_GEN
     120#if H_3D
    121121, m_depthToDisparityB             ( NULL )
    122122, m_depthToDisparityF             ( NULL )
     
    158158  delete[] m_puiSubstreamSizes;
    159159  m_puiSubstreamSizes = NULL;
    160 #if H_3D_GEN   
     160#if H_3D
    161161  for( UInt i = 0; i < getViewIndex(); i++ )
    162162  {
     
    15291529#endif
    15301530  }
    1531 #if H_3D_GEN
     1531#if H_3D
    15321532  for( Int i = 0; i < MAX_NUM_LAYERS; i++ )
    15331533  {
     
    26362636}
    26372637#endif
    2638 #if H_3D_GEN
     2638#if H_3D
    26392639Void TComSlice::setIvPicLists( TComPicLists* m_ivPicLists )
    26402640{
Note: See TracChangeset for help on using the changeset viewer.