Remove explicit vips_vector_set_enabled

This commit is contained in:
DarthSim
2023-11-22 11:45:55 +03:00
parent 24fd5964d3
commit b897a63203

View File

@@ -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))
}