summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-04-03 13:26:15 -0400
committerLioncash <mathew1800@gmail.com>2017-04-03 13:26:15 -0400
commited2e9e9e41b6bc534af394868cbc8d2aca839adb (patch)
tree4cd4263a23528545d90bd35db724439189da0135 /Source
parent9d1ae76d0d16a9d117e595cc07ce97f9faa83447 (diff)
Core: Remove unnecessary forward declaration
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/Core.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/Core/Core.cpp b/Source/Core/Core/Core.cpp
index 9a96bb5e1a..99411aeb4d 100644
--- a/Source/Core/Core/Core.cpp
+++ b/Source/Core/Core/Core.cpp
@@ -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();