Browse Source

Remove explicit vips_vector_set_enabled

DarthSim 1 year ago
parent
commit
b897a63203
1 changed files with 0 additions and 2 deletions
  1. 0 2
      vips/vips.go

+ 0 - 2
vips/vips.go

@@ -73,8 +73,6 @@ func Init() error {
 
 	C.vips_concurrency_set(1)
 
-	C.vips_vector_set_enabled(1)
-
 	if len(os.Getenv("IMGPROXY_VIPS_LEAK_CHECK")) > 0 {
 		C.vips_leak_set(C.gboolean(1))
 	}