mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-09 08:32:01 -07:00
Remove unused code
This commit is contained in:
@@ -230,7 +230,6 @@ const (
|
|||||||
type action struct {
|
type action struct {
|
||||||
t actionType
|
t actionType
|
||||||
a string
|
a string
|
||||||
c int
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type actionType int
|
type actionType int
|
||||||
@@ -2743,7 +2742,6 @@ func (t *Terminal) Loop() {
|
|||||||
parsePreviewWindow(&t.previewOpts, tokens[0])
|
parsePreviewWindow(&t.previewOpts, tokens[0])
|
||||||
if len(tokens) > 1 {
|
if len(tokens) > 1 {
|
||||||
a.a = strings.Join(append(tokens[1:], tokens[0]), "|")
|
a.a = strings.Join(append(tokens[1:], tokens[0]), "|")
|
||||||
a.c++
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if t.previewOpts.hidden {
|
if t.previewOpts.hidden {
|
||||||
|
Reference in New Issue
Block a user