Revert "Ctrl+A support in the action replay code editing menu."

Guess it wasnt much of a solution as I'd hoped. (considering it seems to work on linux without this).

This reverts commit 0c1ea605d5.
This commit is contained in:
Lioncash
2013-01-21 00:11:53 -05:00
parent 0c1ea605d5
commit 2bae4345c5
2 changed files with 0 additions and 25 deletions

View File

@ -49,7 +49,6 @@ class CARCodeAddEdit : public wxDialog
void SaveCheatData(wxCommandEvent& event);
void ChangeEntry(wxSpinEvent& event);
void UpdateTextCtrl(ActionReplay::ARCode arCode);
void OnKey(wxKeyEvent& event);
int selection;