Explorar el Código

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 hace 6 años
padre
commit
b76fbc8694
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"`