mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Cleanup: remove unused field IsNewRepo
This commit is contained in:
parent
a19bb0bbfe
commit
dbf6716b9b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue