From acb68c867a0486d9eae91603ace799054e2c84db Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 30 Oct 2019 08:43:02 +0000 Subject: [PATCH] remove broken link thanks JelF see https://github.com/libvips/libvips/issues/1458 --- libvips/conversion/autorot.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libvips/conversion/autorot.c b/libvips/conversion/autorot.c index ceb5de83..cfab3c65 100644 --- a/libvips/conversion/autorot.c +++ b/libvips/conversion/autorot.c @@ -98,10 +98,6 @@ vips_autorot_get_angle( VipsImage *im ) default: /* Other values do rotate + mirror, don't bother handling them * though, how common can mirroring be. - * - * See: - * - * http://www.80sidea.com/archives/2316 */ angle = VIPS_ANGLE_D0; break;