mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Cleanup: remove unused field IsNewRepo
This commit is contained in:
parent
a19bb0bbfe
commit
dbf6716b9b
|
|
@ -23,7 +23,6 @@ type AppConfig struct {
|
|||
UserConfigDir string
|
||||
TempDir string
|
||||
AppState *AppState
|
||||
IsNewRepo bool
|
||||
}
|
||||
|
||||
type AppConfigurer interface {
|
||||
|
|
@ -101,7 +100,6 @@ func NewAppConfig(
|
|||
UserConfigDir: configDir,
|
||||
TempDir: tempDir,
|
||||
AppState: appState,
|
||||
IsNewRepo: false,
|
||||
}
|
||||
|
||||
return appConfig, nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue