diff --git a/go/images/resizing.go b/go/images/resizing.go index d130163f9..2da3f9b6f 100644 --- a/go/images/resizing.go +++ b/go/images/resizing.go @@ -13,9 +13,6 @@ import ( const defaultJpegQuality = 85 -// TODO resize image with vipsthumbnail -// use `/dev/shm` as memory file system - func Resized(ext string, data []byte, width, height int) (resized []byte, w int, h int) { if width == 0 && height == 0 { return data, 0, 0