Skip to content

Commit

Permalink
Merge pull request #2860 from lioncash/unused
Browse files Browse the repository at this point in the history
DolphinWX: Remove unused instance variables and enums
  • Loading branch information
Tilka committed Aug 16, 2015
2 parents 81d8d2c + a824f6a commit 1b2074e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions Source/Core/DolphinWX/Debugger/JitWindow.h
Expand Up @@ -5,7 +5,6 @@
#pragma once

#include <memory>
#include <vector>

#include <wx/listctrl.h>
#include <wx/panel.h>
Expand All @@ -19,14 +18,12 @@ class wxTextCtrl;

class JitBlockList : public wxListCtrl
{
std::vector<int> block_ranking;
public:
JitBlockList(wxWindow* parent, const wxWindowID id, const wxPoint& pos, const wxSize& size, long style);
void Init();
void Update() override;
};


class CJitWindow : public wxPanel
{
public:
Expand All @@ -49,7 +46,6 @@ class CJitWindow : public wxPanel
wxButton* button_refresh;
wxTextCtrl* ppc_box;
wxTextCtrl* x86_box;
wxListBox* top_instructions;

void OnSymbolListChange(wxCommandEvent& event);
void OnCallstackListChange(wxCommandEvent& event);
Expand Down
1 change: 0 additions & 1 deletion Source/Core/DolphinWX/Debugger/MemoryWindow.h
Expand Up @@ -61,7 +61,6 @@ class CMemoryWindow : public wxPanel
CMemoryView* memview;
wxListBox* symbols;

wxButton* buttonGo;
wxTextCtrl* addrbox;
wxTextCtrl* valbox;
};
9 changes: 0 additions & 9 deletions Source/Core/DolphinWX/Frame.h
Expand Up @@ -186,14 +186,6 @@ class CFrame : public CRenderFrame
EToolbar_Max
};

enum
{
Toolbar_Delete,
Toolbar_Add_BP,
Toolbar_Add_MC,
Num_Bitmaps
};

enum
{
ADD_PANE_TOP,
Expand All @@ -206,7 +198,6 @@ class CFrame : public CRenderFrame
wxTimer m_poll_hotkey_timer;

wxBitmap m_Bitmaps[EToolbar_Max];
wxBitmap m_BitmapsMenu[EToolbar_Max];

wxMenuBar* m_menubar_shadow;

Expand Down

0 comments on commit 1b2074e

Please sign in to comment.