Remove a stray function declaration

This isn't referenced anywhere, and no implementation of the
function exists.
This commit is contained in:
Martin Storsjö 2014-06-26 14:44:31 +03:00
parent 12e456cc84
commit bfd3a1dd47

View File

@ -77,8 +77,6 @@ uint8_t uiSuffixLength;
void InitCoeffFunc (const uint32_t uiCpuFlag);
void InitCavlcTable();
int32_t WriteBlockResidualCavlc (int16_t* pCoffLevel, int32_t iEndIdx, int32_t iCalRunLevelFlag,
int32_t iResidualProperty, int8_t iNC, SBitStringAux* pBs);