diff --git a/config.go b/config.go index c700455c..d69e34f2 100644 --- a/config.go +++ b/config.go @@ -32,9 +32,6 @@ var savedInfo vcsInfo // YayConf holds the current config values for yay. var config *settings.Configuration -// AlpmHandle is the alpm handle used by yay. -// var alpmHandle *alpm.Handle - var hideMenus = false // Editor returns the preferred system editor.