shithub: dumb

Download patch

ref: da773385a1b670e0f85429327216f367abe7ca55
parent: e33c9b3f24656a14384ea9407df4484509cabd21
author: Azamat H. Hackimov <azamat.hackimov@gmail.com>
date: Wed Mar 9 11:05:07 EST 2016

Removed unused variable.

--- a/dumb/src/helpers/resamp3.inc
+++ b/dumb/src/helpers/resamp3.inc
@@ -52,7 +52,6 @@
 	long todo;
 	LONG_LONG todo64;
 	int quality;
-	int check;
 
 	if (!resampler || resampler->dir == 0) return 0;
 	ASSERT(resampler->dir == -1 || resampler->dir == 1);