summaryrefslogtreecommitdiffstats
path: root/pkg/config/user_config.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-12-26 16:10:59 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-12-26 16:14:30 +0900
commitac127f017e2231172b5be1193cf7f61c9a46af32 (patch)
tree0dd8aa13df550e74b6e92a0faf913aa9e1aa7bd2 /pkg/config/user_config.go
parent17140e1d8dd84de6dca12fce8d0e7ed9b57d6177 (diff)
chore(config): remove unused config
Diffstat (limited to 'pkg/config/user_config.go')
-rw-r--r--pkg/config/user_config.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index d0e909a2a..b56b10882 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -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"`
@@ -415,8 +413,6 @@ func GetDefaultConfig() *UserConfig {
Method: "prompt",
Days: 14,
},
- Reporting: "undetermined",
- SplashUpdatesIndex: 0,
ConfirmOnQuit: false,
QuitOnTopLevelReturn: false,
Keybinding: KeybindingConfig{