Remove deprecated PerceptualHashSize const

This commit is contained in:
Michael Mayer 2019-05-04 01:24:43 +02:00
parent 471d77ee47
commit bd60b5d398

View file

@ -44,8 +44,6 @@ const (
const (
// MimeTypeJpeg is jpeg image type
MimeTypeJpeg = "image/jpeg"
// PerceptualHashSize defines the default hash size.
PerceptualHashSize = 4
)
// FileExtensions lists all the available and supported image file formats.