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

VideoConfigDiag: Move event implementations into the cpp file #5218

Merged
merged 1 commit into from Apr 9, 2017

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Apr 7, 2017

Allows removing several includes from the header file and moving them to the cpp file. Prevents includes being dumped into other source files that include the header.

@lioncash lioncash force-pushed the video branch 2 times, most recently from 582ec63 to b7b8c47 Compare April 7, 2017 02:31
Copy link
Member

@BhaaLseN BhaaLseN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in general, +/-0 on the TODO comment


void VideoConfigDiag::Event_Adapter(wxCommandEvent& ev)
{
// TODO

This comment was marked as off-topic.

This comment was marked as off-topic.

Also removes the unused Event_Adapter event stub which did nothing. It
wasn't even hooked up to wx's event system.

Allows removing several includes from the header file and moving them to
the cpp file. Prevents includes being dumped into other source files
that include the header.

This uncovered an indirect include in Main for MsgHandler utilities.
@JosJuice JosJuice merged commit 055adad into dolphin-emu:master Apr 9, 2017
@lioncash lioncash deleted the video branch April 9, 2017 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants