Skip to content

Commit

Permalink
Remove unused canRebuildWithOptimizations property
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 19, 2019
1 parent fbdd36a commit 34b0090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coil-base/src/main/java/coil/ImageLoaderBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import okhttp3.OkHttpClient
class ImageLoaderBuilder(private val context: Context) {

private var callFactory: Call.Factory? = null
private var canRebuildWithOptimizations: Boolean = false

private var registry: ComponentRegistry? = null

Expand Down

0 comments on commit 34b0090

Please sign in to comment.