Skip to content

Commit 1d9fa71

Browse files
committed
Remove unused property
1 parent f256a07 commit 1d9fa71

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sync/sync-impl/src/main/java/com/duckduckgo/sync/impl/ui/qrcode/SyncBarcodeView.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import com.duckduckgo.common.utils.ConflatedJob
4242
import com.duckduckgo.common.utils.DispatcherProvider
4343
import com.duckduckgo.di.scopes.ViewScope
4444
import com.duckduckgo.sync.impl.R
45-
import com.duckduckgo.sync.impl.SyncFeature
4645
import com.duckduckgo.sync.impl.databinding.ViewSquareDecoratedBarcodeBinding
4746
import com.duckduckgo.sync.impl.ui.qrcode.SquareDecoratedBarcodeViewModel.Command
4847
import com.duckduckgo.sync.impl.ui.qrcode.SquareDecoratedBarcodeViewModel.Command.CheckCameraAvailable
@@ -89,9 +88,6 @@ constructor(
8988
@Inject
9089
lateinit var appBuildConfig: AppBuildConfig
9190

92-
@Inject
93-
lateinit var syncFeature: SyncFeature
94-
9591
private val cameraBlockedDrawable by lazy {
9692
ContextCompat.getDrawable(context, R.drawable.camera_blocked)
9793
}

0 commit comments

Comments
 (0)