Skip to content

Commit 313b460

Browse files
committed
remove unused variable/import
1 parent f79e3e4 commit 313b460

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/settings.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ import (
66
"os/user"
77

88
"github.com/adrg/xdg"
9-
"gitlab.com/tslocum/cbind"
109
"gopkg.in/ini.v1"
1110
)
1211

1312
var configFilePath string
14-
var keyConfig *cbind.Configuration
1513
var cfg *ini.File
1614

1715
type IniFile struct {

0 commit comments

Comments
 (0)