# File lib/sup/label.rb, line 72
  def delete t
    if @labels.delete(t)
      @modified = true
    end
  end