Browse Source

Remove randomAccessRequired

DarthSim 6 years ago
parent
commit
9ca64ce25a
1 changed files with 0 additions and 7 deletions
  1. 0 7
      process.go

+ 0 - 7
process.go

@@ -90,13 +90,6 @@ func shutdownVips() {
 	C.vips_shutdown()
 	C.vips_shutdown()
 }
 }
 
 
-func randomAccessRequired(po processingOptions) int {
-	if po.Gravity.Type == gravitySmart {
-		return 1
-	}
-	return 0
-}
-
 func round(f float64) int {
 func round(f float64) int {
 	return int(f + .5)
 	return int(f + .5)
 }
 }