浏览代码

Remove ShowDiffs from config struct

Following the improvements in #480, #485, #486, a tiny bit of cleanup for a lone, forgotten line.

Plus the typo had been bugging me since I first saw it.
Stephen Brown II 6 年之前
父节点
当前提交
b76fbc8694
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      config.go

+ 0 - 1
config.go

@@ -65,7 +65,6 @@ type Configuration struct {
 	GitClone      bool   `json:"gitclone"`
 	Provides      bool   `json:"provides"`
 	PGPFetch      bool   `json:"pgpfetch"`
-	ShowDiffs     bool   `json:"showdifs"`
 	UpgradeMenu   bool   `json:"upgrademenu"`
 	CleanMenu     bool   `json:"cleanmenu"`
 	DiffMenu      bool   `json:"diffmenu"`