Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Feb 29, 2024
1 parent 0b5be85 commit a98ab11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
57 changes: 0 additions & 57 deletions src/model/github.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/screens/Restore/RestoreWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ export default function RestoreWarningScreen({ navigation, route }: IRestoreWarn
</View>
<Txt center txt={t('restoreForeground', { ns: NS.common })} bold styles={[styles.header, { color: color.TEXT }]} />
<Txt center txt={t('restoreForegroundHint', { ns: NS.common })} styles={[{ color: color.TEXT_SECONDARY, marginBottom: s(20) }]} />
{/* beta */}
{/* <View style={{ alignItems: 'center', padding: s(30), paddingBottom: s(20) }}>
<ExclamationIcon width={s(36)} height={s(36)} color={mainColors.WARN} />
</View>
<Txt center txt={t('enutsDisclaimer')} bold styles={[styles.header, { color: color.TEXT }]} />
<Txt center txt={t('restoreDisclaimer', { ns: NS.common })} styles={[{ color: color.TEXT_SECONDARY, marginBottom: s(20) }]} /> */}
</View>
</View>
<View style={{ paddingHorizontal: s(20), paddingBottom: s(20) }}>
Expand Down

0 comments on commit a98ab11

Please sign in to comment.