Skip to content

Commit 11a8197

Browse files
committed
style: Removed unused variables
1 parent 9f134e1 commit 11a8197

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: dialog/params.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ import (
88
)
99

1010
var (
11-
views = []string{}
12-
layoutStep = 4
13-
curView = -1
14-
idxView = 0
11+
views = []string{}
1512

1613
//CurrentCommand is the command before assigning to variables
1714
CurrentCommand string

0 commit comments

Comments
 (0)