From 258557f6095a13f0e2aaccd9a998b3b33e142510 Mon Sep 17 00:00:00 2001 From: Mario Zorz Date: Tue, 13 Aug 2019 13:28:40 -0300 Subject: [PATCH] removed unused parameter --- .../com/automattic/photoeditor/state/BackgroundSurfaceManager.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/photoeditor/src/main/java/com/automattic/photoeditor/state/BackgroundSurfaceManager.kt b/photoeditor/src/main/java/com/automattic/photoeditor/state/BackgroundSurfaceManager.kt index 69f541be1..90e214529 100644 --- a/photoeditor/src/main/java/com/automattic/photoeditor/state/BackgroundSurfaceManager.kt +++ b/photoeditor/src/main/java/com/automattic/photoeditor/state/BackgroundSurfaceManager.kt @@ -26,7 +26,6 @@ import com.automattic.photoeditor.views.PhotoEditorView import java.io.File class BackgroundSurfaceManager( - private val activity: Activity, private val savedInstanceState: Bundle?, private val lifeCycle: Lifecycle, private val photoEditorView: PhotoEditorView,