Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jul 8, 2024
1 parent 2cc9011 commit a7bcaac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/components/SettingsPanel/SettingsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ export function SettingsPanel(): React.JSX.Element {
settings.setChartsEnabled(event.target.checked)
}

function saveGameSession(): void {
gameSession.save()
}

// MUI components usage based on: https://mui.com/material-ui/react-list/#switch
return (
<Card variant="outlined">
Expand Down

0 comments on commit a7bcaac

Please sign in to comment.