diff --git a/source/Lib/CommonLib/SEI.h b/source/Lib/CommonLib/SEI.h
index 31ceb2358e59558162813dbfdcfaba7791728399..c6ea74f82eb4bc67b37642992002c3c2fb6cecf4 100644
--- a/source/Lib/CommonLib/SEI.h
+++ b/source/Lib/CommonLib/SEI.h
@@ -556,7 +556,6 @@ class SEITempMotionConstrainedTileSets: public SEI
     public:
       int     m_mcts_id;
       bool    m_display_tile_set_flag;
-      int     m_num_tile_rects_in_set; //_minus1;
       bool    m_exact_sample_value_match_flag;
       bool    m_mcts_tier_level_idc_present_flag;
       bool    m_mcts_tier_flag;
diff --git a/source/Lib/CommonLib/TrQuant.h b/source/Lib/CommonLib/TrQuant.h
index 961894bb3fcbdd61bd4ad315d5f603b8e5b7a848..52bf441947871820971825c842479b16883791da 100644
--- a/source/Lib/CommonLib/TrQuant.h
+++ b/source/Lib/CommonLib/TrQuant.h
@@ -130,8 +130,6 @@ protected:
   bool     m_bEnc;
   bool     m_useTransformSkipFast;
 
-  bool     m_rectTUs;
-
   bool     m_scalingListEnabledFlag;
 
 private: