summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types/common.go')
-rw-r--r--pkg/gui/types/common.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/gui/types/common.go b/pkg/gui/types/common.go
index 3b959be56..44f07c1e3 100644
--- a/pkg/gui/types/common.go
+++ b/pkg/gui/types/common.go
@@ -131,10 +131,6 @@ type IModeMgr interface {
}
type IPopupHandler interface {
- // Shows a popup with a (localized) "Error" caption and the given error message (in red).
- //
- // This is a convenience wrapper around Alert().
- ErrorMsg(message string) error
// The global error handler for gocui. Not to be used by application code.
ErrorHandler(err error) error
// Shows a notification popup with the given title and message to the user.