From 391caae0841a4490c897bdea04a45d4b8daaa67a Mon Sep 17 00:00:00 2001
From: jamesxxiu <jamesxxiu@gmail.com>
Date: Thu, 31 Oct 2019 15:17:21 -0700
Subject: [PATCH] remove redundant macros for ACT debug

---
 source/Lib/CommonLib/TypeDef.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h
index fb65f8612..34298ff5c 100644
--- a/source/Lib/CommonLib/TypeDef.h
+++ b/source/Lib/CommonLib/TypeDef.h
@@ -79,9 +79,6 @@
 #define JVET_P0667_QP_OFFSET_TABLE_SIGNALING_JCCR         1 // JVET-P0667: removing signaling of qp offset table for JCCR, at SPS and PPS, when JCCR is disabled. 
 
 #define JVET_P0517_ADAPTIVE_COLOR_TRANSFORM               1 // JVET-P0517: adaptive color transform
-#if JVET_P0517_ADAPTIVE_COLOR_TRANSFORM
-#define ENABLE_ISP_ENC_TEST_NON_ACT                       1
-#endif
 
 #define JVET_P0090_32BIT_MVD                              1 // JVET-P0090: Limitation of abs_mvd_min2 binarization within 32-bit
 
-- 
GitLab