mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git-stash] remove unused property
follow-up: 22fec22559316f21345e05776697707d4dfe87e4 GitOrigin-RevId: 8c5a41912f0bfa0a301b689978bcbe6f79fe8a95
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a0b085eea2
commit
1d42129431
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user