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

DolphinWX: Use normal instantiation of wxTimer in HotkeyDlg #932

Merged
merged 1 commit into from Sep 1, 2014

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Sep 1, 2014

There's no need to instantiate the wxTimer here through a new call. Using regular declaration + initialization works fine.

Also remove the macro check for timer usage. It's obvious that we use it.

delroth added a commit that referenced this pull request Sep 1, 2014
DolphinWX: Use normal instantiation of wxTimer in HotkeyDlg
@delroth delroth merged commit 5cc0bda into dolphin-emu:master Sep 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants