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

DolphinQt: Remove unimplemented function prototypes #8588

Merged
merged 4 commits into from Jan 27, 2020

Conversation

lioncash
Copy link
Member

Removes three unimplemented function prototypes and also surrounds OnSignal() within MainWindow with a relevant ifdef (like its implementation is), so that it's not mistakenly considered an unimplemented function prototype on Windows.

This isn't implemented anywhere, so the prototype can be removed.
…ifdef

This is only used on Apple and Unix-like machines, so we can enclose the
prototype with an ifdef like the implementation is. This prevents
false-positives about an unimplemented function prototype.
…unction

This isn't implemented anywhere, so we can remove this prototype.
…ber function

This isn't implemented anywhere, so we can remove the member function
prototype.
@leoetlino leoetlino merged commit 1b90b62 into dolphin-emu:master Jan 27, 2020
@lioncash lioncash deleted the unimplemented-fn branch January 27, 2020 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants