From dca201d5f33fb9c17b7669e38906722e27d2a3e6 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 27 Jan 2020 15:46:50 -0500 Subject: [PATCH] DolphinQt/GameConfigWidget: Remove unimplemented EditUserConfig() member function This isn't implemented anywhere, so we can remove the member function prototype. --- Source/Core/DolphinQt/Config/GameConfigWidget.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DolphinQt/Config/GameConfigWidget.h b/Source/Core/DolphinQt/Config/GameConfigWidget.h index a8fba742cc..1212bfd386 100644 --- a/Source/Core/DolphinQt/Config/GameConfigWidget.h +++ b/Source/Core/DolphinQt/Config/GameConfigWidget.h @@ -36,8 +36,6 @@ private: void LoadSettings(); void SaveSettings(); - void EditUserConfig(); - void SaveCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key); void LoadCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key);