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

Qt/GraphicsWindow: Remove unnecessary member variables #11799

Conversation

Dentomologist
Copy link
Contributor

These variables are only used in CreateMainLayout and so can be removed from the header and replaced with local variables.

Some of these were necessary until #11100 to switch between showing the normal graphics settings vs the software renderer settings.

These variables are only used in CreateMainLayout and can thus be local
instead.
@leoetlino leoetlino merged commit c19be2a into dolphin-emu:master Apr 27, 2023
14 checks passed
@Dentomologist Dentomologist deleted the graphicswindow_remove_member_variables branch April 27, 2023 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants