diff --git a/plugins/git4idea/src/git4idea/stash/ui/GitStashDiffPreview.kt b/plugins/git4idea/src/git4idea/stash/ui/GitStashDiffPreview.kt index f18a0b50de83..f82c2162d1b3 100644 --- a/plugins/git4idea/src/git4idea/stash/ui/GitStashDiffPreview.kt +++ b/plugins/git4idea/src/git4idea/stash/ui/GitStashDiffPreview.kt @@ -1,4 +1,4 @@ -// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package git4idea.stash.ui import com.intellij.diff.FrameDiffTool @@ -28,8 +28,6 @@ abstract class GitStashDiffPreview(project: Project, : ChangeViewDiffRequestProcessor(project, GIT_STASH_UI_PLACE) { private val disposableFlag = Disposer.newCheckedDisposable() - val toolbarWrapper get() = myToolbarWrapper - init { tree.addSelectionListener(Runnable { updatePreviewLater(false)