From d7b7894486e4209bbb61c5fc943294ee2fcf8207 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Fri, 6 Aug 2021 23:46:26 -0700 Subject: [PATCH] Remove unused comments --- lib/src/widgets/text_line.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/src/widgets/text_line.dart b/lib/src/widgets/text_line.dart index 4e664efd..8fab9056 100644 --- a/lib/src/widgets/text_line.dart +++ b/lib/src/widgets/text_line.dart @@ -99,9 +99,6 @@ class TextLine extends StatelessWidget { return TextSpan(style: lineStyle, children: textSpanChildren); } - // test with different combinations - // comb through logic , see if any refactoring is needed - TextAlign _getTextAlign() { final alignment = line.style.attributes[Attribute.align.key]; if (alignment == Attribute.leftAlignment) {