소스 검색

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"`