summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp
diff options
context:
space:
mode:
authorlioncash <mathew1800@gmail.com>2014-06-04 12:12:24 -0400
committerlioncash <mathew1800@gmail.com>2014-06-04 12:12:28 -0400
commitefdcfe404fcde6d479e8e7f347e22a53c41f3930 (patch)
tree9722d0677c9837a3217d296a682e42f036daabe5 /Source/Core/DolphinWX/Debugger/RegisterWindow.cpp
parent3a06907653ba037e1ca1a7ca6d0342bf2b18476b (diff)
Fix a typo in a function prototype in PowerPCDisasm.h
Should be GetGPRName not GetGRPName. Removed an unnecessary extern declaration of GetGRPName in RegisterWindow.cpp. Also added GetFPRName to the PowerPCDisasm header for consistency.
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/RegisterWindow.cpp')
-rw-r--r--Source/Core/DolphinWX/Debugger/RegisterWindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp b/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp
index b34883ea32..f385bf20d0 100644
--- a/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp
+++ b/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp
@@ -16,8 +16,6 @@
class wxWindow;
-extern const char* GetGRPName(unsigned int index);
-
BEGIN_EVENT_TABLE(CRegisterWindow, wxPanel)
END_EVENT_TABLE()