diff --git a/src/co/aospa/systemui/dagger/ParanoidSystemUICoreStartableModule.kt b/src/co/aospa/systemui/dagger/ParanoidSystemUICoreStartableModule.kt index 056a8ec..dcbf34d 100644 --- a/src/co/aospa/systemui/dagger/ParanoidSystemUICoreStartableModule.kt +++ b/src/co/aospa/systemui/dagger/ParanoidSystemUICoreStartableModule.kt @@ -54,7 +54,6 @@ import com.android.systemui.theme.ThemeOverlayController import com.android.systemui.toast.ToastUI import com.android.systemui.usb.StorageNotification import com.android.systemui.util.NotificationChannels -import com.android.systemui.util.leak.GarbageMonitor import com.android.systemui.wmshell.WMShell import dagger.Binds import dagger.Module @@ -102,12 +101,6 @@ abstract class ParanoidSystemUICoreStartableModule { @ClassKey(FsiChromeViewBinder::class) abstract fun bindFsiChromeWindowBinder(sysui: FsiChromeViewBinder): CoreStartable - /** Inject into GarbageMonitor.Service. */ - @Binds - @IntoMap - @ClassKey(GarbageMonitor::class) - abstract fun bindGarbageMonitorService(sysui: GarbageMonitor.Service): CoreStartable - /** Inject into GlobalActionsComponent. */ @Binds @IntoMap