mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
Remove unused variable
This commit is contained in:
parent
120cc0aadd
commit
3e1e75fe08
@ -116,7 +116,6 @@ var (
|
|||||||
_color func(int, bool) C.int
|
_color func(int, bool) C.int
|
||||||
_colorMap map[int]int
|
_colorMap map[int]int
|
||||||
_prevDownTime time.Time
|
_prevDownTime time.Time
|
||||||
_prevDownY int
|
|
||||||
_clickY []int
|
_clickY []int
|
||||||
DarkBG C.short
|
DarkBG C.short
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user