Skip to content

Commit

Permalink
Remove dead code (#6535)
Browse files Browse the repository at this point in the history
Don't show in changelog
  • Loading branch information
4ian committed Apr 23, 2024
1 parent ed969d2 commit e64ab94
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 288 deletions.
3 changes: 0 additions & 3 deletions newIDE/app/src/Profile/Achievement/UserAchievements.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import { Trans } from '@lingui/macro';
import React from 'react';
import AlertMessage from '../../UI/AlertMessage';

import { Line } from '../../UI/Grid';
import { ResponsiveLineStackLayout } from '../../UI/Layout';
import Text from '../../UI/Text';
import {
Expand Down
1 change: 0 additions & 1 deletion newIDE/app/src/Profile/AuthenticatedUserProfileDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const AuthenticatedUserProfileDetails = ({
}
subscription={authenticatedUser.subscription}
achievements={authenticatedUser.achievements}
isAuthenticatedUserProfile
onOpenChangeEmailDialog={onOpenChangeEmailDialog}
onOpenEditProfileDialog={onOpenEditProfileDialog}
/>
Expand Down
5 changes: 1 addition & 4 deletions newIDE/app/src/Profile/AuthenticatedUserProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import {
listDefaultRecommendations,
listRecommendations,
} from '../Utils/GDevelopServices/User';
import {
type Achievement,
getAchievements,
} from '../Utils/GDevelopServices/Badge';
import { getAchievements } from '../Utils/GDevelopServices/Badge';
import Authentication, {
type LoginForm,
type RegisterForm,
Expand Down

0 comments on commit e64ab94

Please sign in to comment.