소스 검색

Remove dead code

vishnukvmd 2 년 전
부모
커밋
3e279a0f58
1개의 변경된 파일0개의 추가작업 그리고 22개의 파일을 삭제
  1. 0 22
      lib/ui/account/password_entry_page.dart

+ 0 - 22
lib/ui/account/password_entry_page.dart

@@ -189,28 +189,6 @@ class _PasswordEntryPageState extends State<PasswordEntryPage> {
                       ),
                       ),
                     },
                     },
                   ),
                   ),
-
-                  // RichText(
-                  //   text: TextSpan(
-                  //     style: Theme.of(context)
-                  //         .textTheme
-                  //         .subtitle1!
-                  //         .copyWith(fontSize: 14),
-                  //     children: [
-                  //       TextSpan(
-                  //         text: '${S.of(context).noPasswordWarningPart1} ',
-                  //       ),
-                  //       TextSpan(
-                  //         text: S.of(context).noPasswordWarningPart2,
-                  //         style:
-                  //             Theme.of(context).textTheme.subtitle1!.copyWith(
-                  //                   fontSize: 14,
-                  //                   decoration: TextDecoration.underline,
-                  //                 ),
-                  //       ),
-                  //     ],
-                  //   ),
-                  // ),
                 ),
                 ),
                 const Padding(padding: EdgeInsets.all(12)),
                 const Padding(padding: EdgeInsets.all(12)),
                 Visibility(
                 Visibility(