summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 3591166c7..9806bcf58 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -27,8 +27,6 @@ type AppConfig struct {
IsNewRepo bool
}
-// AppConfigurer interface allows individual app config structs to inherit Fields
-// from AppConfig and still be used by lazygit.
type AppConfigurer interface {
GetDebug() bool