From 2672dbb8f1a960c037039f0c29d64d37697257ea Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Thu, 30 Apr 2020 02:20:17 -0500 Subject: [PATCH] Remove old comment --- Shared/Extensions/NSAttributedString+NetNewsWire.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shared/Extensions/NSAttributedString+NetNewsWire.swift b/Shared/Extensions/NSAttributedString+NetNewsWire.swift index 8a0dc777a..f1555e0b0 100644 --- a/Shared/Extensions/NSAttributedString+NetNewsWire.swift +++ b/Shared/Extensions/NSAttributedString+NetNewsWire.swift @@ -87,8 +87,6 @@ extension NSAttributedString { return mutable.copy() as! NSAttributedString } - /// Creates an attributed string from HTML. - private enum InTag { case none case opening