fix warnings

This commit is contained in:
niels
2015-11-15 23:37:48 +01:00
parent 52858c8865
commit 39bcf6a5fc
3 changed files with 1 additions and 5 deletions

View File

@@ -1508,7 +1508,6 @@ void binarify_1src( uint8_t *dst, uint8_t *src, uint8_t threshold,int reverse, i
void binarify( uint8_t *bm, uint8_t *bg, uint8_t *src,int threshold,int reverse, const int len )
{
int i;
if(!reverse)
{
vje_diff_plane( bg, src, bm, threshold,len );