Index: /branches/SHM-3.0-dev/source/Lib/TLibCommon/TComDataCU.cpp
===================================================================
--- /branches/SHM-3.0-dev/source/Lib/TLibCommon/TComDataCU.cpp	(revision 317)
+++ /branches/SHM-3.0-dev/source/Lib/TLibCommon/TComDataCU.cpp	(revision 318)
@@ -1828,10 +1828,4 @@
 UInt TComDataCU::getCtxIntraBLFlag( UInt uiAbsPartIdx )
 {
-#if INTRA_BL_CTX_CHANGE
-  Int cuDepth = getDepth(uiAbsPartIdx);
-  Int maxCuDepth = g_uiMaxCUDepth - g_uiAddCUDepth;
-  UInt uiCtx = (maxCuDepth==3 && cuDepth > 0) ? (cuDepth - 1) : cuDepth;
-  return uiCtx;
-#else
   TComDataCU* pcTempCU;
   UInt        uiTempPartIdx;
@@ -1856,5 +1850,4 @@
   
   return uiCtx;
-#endif
 }
 #endif
Index: /branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h
===================================================================
--- /branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h	(revision 317)
+++ /branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h	(revision 318)
@@ -120,5 +120,4 @@
 #define INTRA_BL_DST4x4                  1      ///< L0067/L0204: DST4x4 for Intra BL
 #define NO_RESIDUAL_FLAG_FOR_BLPRED      1      ///< L0437: Root cbf for Intra_BL
-#define INTRA_BL_CTX_CHANGE              1      ///< M0075: spatial dependency removal for IntraBL flag context derivation
 
 #endif
