From 3ed0a9636785ba487be5f0e7b9f91d9fba4a7809 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 8 Apr 2013 01:47:51 -0400 Subject: [PATCH] Remove an extraneous comment indicator from DebuggerPanel.cpp in DolphinWX. Was asked to remove it, so... yeah. --- Source/Core/DolphinWX/Src/Debugger/DebuggerPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/Debugger/DebuggerPanel.cpp b/Source/Core/DolphinWX/Src/Debugger/DebuggerPanel.cpp index 850e910de6..44b0d17537 100644 --- a/Source/Core/DolphinWX/Src/Debugger/DebuggerPanel.cpp +++ b/Source/Core/DolphinWX/Src/Debugger/DebuggerPanel.cpp @@ -79,7 +79,7 @@ void GFXDebuggerPanel::SaveSettings() const // TODO: make this work when we close the entire program too, currently on total close we get // weird values, perhaps because of some conflict with the rendering window - // + // TODO: get the screen resolution and make limits from that if (GetPosition().x < 1000 && GetPosition().y < 1000 && GetSize().GetWidth() < 1000