diff --git a/flag.go b/flag.go index 7f4d14b2be..f7c64c81a4 100644 --- a/flag.go +++ b/flag.go @@ -161,7 +161,6 @@ type Countable interface { type VisibleFlag interface { // IsVisible returns true if the flag is not hidden, otherwise false IsVisible() bool - IsDefaultVisible() bool } // CategorizableFlag is an interface that allows us to potentially