From 597def2f77a6d3d47a5680034c316bca7c258dad Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Thu, 18 Jun 2020 14:37:54 +0200 Subject: [PATCH] Remove outdated comment --- libvips/convolution/conv.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libvips/convolution/conv.c b/libvips/convolution/conv.c index 067ae9f3..6e47b7ea 100644 --- a/libvips/convolution/conv.c +++ b/libvips/convolution/conv.c @@ -34,11 +34,6 @@ */ -/* This is a simple wrapper over the old vips7 functions. At some point we - * should rewrite this as a pure vips8 class and redo the vips7 functions as - * wrappers over this. - */ - #ifdef HAVE_CONFIG_H #include #endif /*HAVE_CONFIG_H*/