Core: Remove unnecessary forward declaration

This commit is contained in:
Lioncash 2017-04-03 13:26:15 -04:00
parent 9d1ae76d0d
commit ed2e9e9e41

View file

@ -91,9 +91,6 @@ static Common::Timer s_timer;
static std::atomic<u32> s_drawn_frame;
static std::atomic<u32> s_drawn_video;
// Function forwarding
void Callback_WiimoteInterruptChannel(int _number, u16 _channelID, const void* _pData, u32 _Size);
// Function declarations
void EmuThread();