1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

chore(gui): remove unused gitConfig

This commit is contained in:
Ryooooooga
2022-12-27 00:03:27 +09:00
parent ae780fdb81
commit 41222f07ed
3 changed files with 2 additions and 7 deletions

View File

@ -341,7 +341,6 @@ func initialContext(contextTree *context.ContextTree, startArgs appTypes.StartAr
func NewGui(
cmn *common.Common,
config config.AppConfigurer,
gitConfig git_config.IGitConfig,
updater *updates.Updater,
showRecentRepos bool,
initialDir string,