mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
DolphinWX: Remove unnecessary forward declarations
This commit is contained in:
parent
4714564fbd
commit
210567a919
19 changed files with 0 additions and 38 deletions
|
@ -28,8 +28,6 @@
|
|||
#include "DolphinWX/InputConfigDiag.h"
|
||||
#include "DolphinWX/WiimoteConfigDiag.h"
|
||||
|
||||
class InputConfig;
|
||||
|
||||
WiimoteConfigDiag::WiimoteConfigDiag(wxWindow* const parent, InputConfig& config)
|
||||
: wxDialog(parent, -1, _("Dolphin Wiimote Configuration"))
|
||||
, m_config(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue