Skip to content
Snippets Groups Projects
Commit e34aca37 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

Merge branch 'unusedFunctions' into 'master'

unused function definition

See merge request jvet/VVCSoftware_VTM!929
parents 71254040 94b948b8
No related branches found
No related tags found
Loading
Pipeline #2695 passed
......@@ -118,7 +118,6 @@ public:
void ref_idx ( PredictionUnit& pu, RefPicList eRefList );
void mvp_flag ( PredictionUnit& pu, RefPicList eRefList );
void MHIntra_flag ( PredictionUnit& pu );
void MHIntra_luma_pred_modes ( CodingUnit& cu );
void smvd_mode ( PredictionUnit& pu );
#if !JVET_O0525_REMOVE_PCM
......
......@@ -137,7 +137,6 @@ public:
void mvp_flag ( const PredictionUnit& pu, RefPicList eRefList );
void MHIntra_flag ( const PredictionUnit& pu );
void MHIntra_luma_pred_modes ( const CodingUnit& cu );
void smvd_mode ( const PredictionUnit& pu );
#if !JVET_O0525_REMOVE_PCM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment