oops, removed a stray "shift"

This commit is contained in:
John Cupitt 2015-02-13 12:30:51 +00:00
parent 4d9436f4b3
commit bc57962ad0
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ vips_process_n( const char *domain, VipsImage *in, VipsImage **out,
NULL ) ||
fn( t[0], &t[2], NULL ) ||
vips_cast( t[1], &t[3], t[2]->BandFmt,
"shift", TRUE,
NULL ) ||
vips_bandjoin2( t[2], t[3], out, NULL ) ) {
g_object_unref( scope );