Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few unused parameter warnings #4862

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented May 22, 2024

Description:

My editor was complaining about these. A few of these was just a case of removing parameters or making them named _ but I also make sure to destroy the renderer after we look it up in a test (destroying renderers in tests is likely something we want to do more).

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

@Jacalz Jacalz merged commit 895b96d into fyne-io:develop May 22, 2024
12 checks passed
@Jacalz Jacalz deleted the minor-code-fixes branch May 22, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants