Skip to content

Commit

Permalink
Remove an extraneous comment indicator from DebuggerPanel.cpp in Dolp…
Browse files Browse the repository at this point in the history
…hinWX.

Was asked to remove it, so... yeah.
  • Loading branch information
lioncash committed Apr 8, 2013
1 parent 1db10b1 commit 3ed0a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/Debugger/DebuggerPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ed0a96

Please sign in to comment.