remove unused VP8TokenToStats() function

BUG=webp:355

Change-Id: I0ad6f13003ef7201431c54c7db395254191de67c
This commit is contained in:
Pascal Massimino
2017-10-20 04:29:05 -07:00
parent 61e535f1ac
commit e51bdd439c
2 changed files with 0 additions and 36 deletions

View File

@ -330,9 +330,6 @@ int VP8RecordCoeffTokens(int ctx, const struct VP8Residual* const res,
// Estimate the final coded size given a set of 'probas'.
size_t VP8EstimateTokenSize(VP8TBuffer* const b, const uint8_t* const probas);
// unused for now
void VP8TokenToStats(const VP8TBuffer* const b, proba_t* const stats);
#endif // !DISABLE_TOKEN_BUFFER
//------------------------------------------------------------------------------