summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/controller_common.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/controllers/controller_common.go')
-rw-r--r--pkg/gui/controllers/controller_common.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/gui/controllers/controller_common.go b/pkg/gui/controllers/controller_common.go
deleted file mode 100644
index 013439945..000000000
--- a/pkg/gui/controllers/controller_common.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package controllers
-
-import "github.com/jesseduffield/lazygit/pkg/common"
-
-// if Go let me do private struct embedding of structs with public fields (which it should)
-// I would just do that. But alas.
-type ControllerCommon struct {
- *common.Common
- IGuiCommon
-}