diff --git a/heading.go b/heading.go index 2b27b50..6610027 100644 --- a/heading.go +++ b/heading.go @@ -44,12 +44,6 @@ func (this *Heading) SetText (text string) { this.box.SetText(text) } -// SetSelectable sets whether or not the text content can be highlighted/ -// selected. -func (this *Heading) SetSelectable (selectable bool) { - this.box.SetSelectable(selectable) -} - // Select sets the text cursor or selection. func (this *Heading) Select (dot text.Dot) { this.box.Select(dot)