mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-21 12:16:54 +02:00
Cleanup: remove unused field IsNewRepo
This commit is contained in:
parent
a19bb0bbfe
commit
dbf6716b9b
@ -23,7 +23,6 @@ type AppConfig struct {
|
|||||||
UserConfigDir string
|
UserConfigDir string
|
||||||
TempDir string
|
TempDir string
|
||||||
AppState *AppState
|
AppState *AppState
|
||||||
IsNewRepo bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type AppConfigurer interface {
|
type AppConfigurer interface {
|
||||||
@ -101,7 +100,6 @@ func NewAppConfig(
|
|||||||
UserConfigDir: configDir,
|
UserConfigDir: configDir,
|
||||||
TempDir: tempDir,
|
TempDir: tempDir,
|
||||||
AppState: appState,
|
AppState: appState,
|
||||||
IsNewRepo: false,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return appConfig, nil
|
return appConfig, nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user