nl-filter: Remove dead assignment

This commit is contained in:
Mukund Sivaraman
2011-10-08 18:18:02 +05:30
parent dd33ca10ea
commit ea88059cf4

View File

@ -329,7 +329,6 @@ nlfiltRow (guchar *srclast, guchar *srcthis, guchar *srcnext, guchar *dst,
gint pf[9];
guchar *ip0, *ip1, *ip2, *or, *orend;
or = dst;
orend = dst + width * bpp;
ip0 = srclast;
ip1 = srcthis;