فهرست منبع

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)),
                 Visibility(