remove broken link

thanks JelF

see https://github.com/libvips/libvips/issues/1458
This commit is contained in:
John Cupitt 2019-10-30 08:43:02 +00:00
parent ab5641b4d8
commit acb68c867a

View File

@ -98,10 +98,6 @@ vips_autorot_get_angle( VipsImage *im )
default: default:
/* Other values do rotate + mirror, don't bother handling them /* Other values do rotate + mirror, don't bother handling them
* though, how common can mirroring be. * though, how common can mirroring be.
*
* See:
*
* http://www.80sidea.com/archives/2316
*/ */
angle = VIPS_ANGLE_D0; angle = VIPS_ANGLE_D0;
break; break;