ISOProperties: Remove unnecessary/unused variables & controls.

This commit is contained in:
Lioncash
2015-04-10 19:49:09 -04:00
parent 1a18cad178
commit 5d7cd29a8b
2 changed files with 4 additions and 14 deletions

View File

@ -40,8 +40,6 @@ class wxWindow;
namespace DiscIO { struct SFileInfo; }
namespace Gecko { class CodeConfigPanel; }
extern std::vector<ActionReplay::ARCode> arCodes;
struct WiiPartition
{
DiscIO::IVolume *Partition;
@ -56,7 +54,6 @@ struct PHackData
std::string PHZNear;
std::string PHZFar;
};
extern PHackData PHack_Data;
class CISOProperties : public wxDialog
{
@ -75,8 +72,6 @@ public:
void ActionReplayList_Load();
bool SaveGameConfig();
PHackData PHack_Data;
private:
DECLARE_EVENT_TABLE();
@ -106,19 +101,14 @@ private:
wxArrayString arrayStringFor_EmuState;
wxChoice* EmuState;
wxTextCtrl* EmuIssues;
wxArrayString arrayStringFor_Patches;
wxCheckListBox* Patches;
wxButton* EditPatch;
wxButton* RemovePatch;
wxArrayString arrayStringFor_Cheats;
wxCheckListBox* Cheats;
wxButton* EditCheat;
wxButton* RemoveCheat;
wxArrayString arrayStringFor_Speedhacks;
wxCheckListBox* Speedhacks;
wxButton* EditSpeedhack;
wxButton* AddSpeedhack;
wxButton* RemoveSpeedhack;
wxTextCtrl* m_Name;
wxTextCtrl* m_GameID;