yuzu/configure_input: Make CallConfigureDialog a non-member template function

This doesn't depend on any part of the private interface, so it can be
made a non-member internal function.
This commit is contained in:
Lioncash
2018-11-27 05:14:59 -05:00
parent 11cf13a6e1
commit 0782d3971b
3 changed files with 20 additions and 21 deletions

View File

@ -32,9 +32,6 @@ public:
private:
void updateUIEnabled();
template <typename Dialog, typename... Args>
void CallConfigureDialog(Args&&... args);
void OnDockedModeChanged(bool last_state, bool new_state);
/// Load configuration settings.