diff options
| author | Matthew Parlane <parlane@gmail.com> | 2012-12-23 23:59:44 +1300 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2012-12-23 23:59:44 +1300 |
| commit | 4dbd2ed7fbfc07d34e7f52b328f9fbcd0bb9bdd7 (patch) | |
| tree | 9a6d700565999aea7d3dcc42e9726efd78f856df | |
| parent | 589222857f52c2512a262a63f6f6c74bed3d3dfd (diff) | |
Unused variable.
| -rw-r--r-- | Source/Core/DolphinWX/Src/TASInputDlg.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/TASInputDlg.cpp b/Source/Core/DolphinWX/Src/TASInputDlg.cpp index 03ef6fbdca..cea09f23c4 100644 --- a/Source/Core/DolphinWX/Src/TASInputDlg.cpp +++ b/Source/Core/DolphinWX/Src/TASInputDlg.cpp @@ -751,7 +751,6 @@ void TASInputDlg::OnMouseUpR(wxMouseEvent& event) return; } - wxPoint ptM(event.GetPosition()); *x = 128; *y = 128; |
