Skip to content

Commit

Permalink
Merge pull request jesseduffield#2331 from Ryooooooga/remove-unused-c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
jesseduffield authored Dec 28, 2022
2 parents 0a8731e + ac127f0 commit e661916
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ refresher:
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for
reporting: 'undetermined' # one of: 'on' | 'off' | 'undetermined'
confirmOnQuit: false
# determines whether hitting 'esc' will quit the application when there is nothing to cancel/close
quitOnTopLevelReturn: false
Expand Down
4 changes: 0 additions & 4 deletions pkg/config/user_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ type UserConfig struct {
Git GitConfig `yaml:"git"`
Update UpdateConfig `yaml:"update"`
Refresher RefresherConfig `yaml:"refresher"`
Reporting string `yaml:"reporting"`
SplashUpdatesIndex int `yaml:"splashUpdatesIndex"`
ConfirmOnQuit bool `yaml:"confirmOnQuit"`
QuitOnTopLevelReturn bool `yaml:"quitOnTopLevelReturn"`
Keybinding KeybindingConfig `yaml:"keybinding"`
Expand Down Expand Up @@ -415,8 +413,6 @@ func GetDefaultConfig() *UserConfig {
Method: "prompt",
Days: 14,
},
Reporting: "undetermined",
SplashUpdatesIndex: 0,
ConfirmOnQuit: false,
QuitOnTopLevelReturn: false,
Keybinding: KeybindingConfig{
Expand Down

0 comments on commit e661916

Please sign in to comment.