DolphinWX: Remove unnecessary forward declarations

This commit is contained in:
Lioncash
2014-11-07 22:16:13 -05:00
parent 4714564fbd
commit 210567a919
19 changed files with 0 additions and 38 deletions

View File

@ -22,9 +22,6 @@
#include "DolphinWX/Debugger/BreakpointView.h"
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
class wxWindow;
struct Symbol;
CBreakPointView::CBreakPointView(wxWindow* parent, const wxWindowID id)
: wxListCtrl(parent, id, wxDefaultPosition, wxDefaultSize,
wxLC_REPORT | wxSUNKEN_BORDER | wxLC_ALIGN_LEFT | wxLC_SINGLE_SEL | wxLC_SORT_ASCENDING)

View File

@ -35,8 +35,6 @@ extern "C" {
#include "DolphinWX/resources/toolbar_debugger_delete.c"
}
class wxWindow;
class CBreakPointBar : public wxAuiToolBar
{
public:

View File

@ -16,7 +16,6 @@
#include "DolphinWX/WxUtils.h"
#include "DolphinWX/Debugger/DSPRegisterView.h"
class wxWindow;
wxString CDSPRegTable::GetValue(int row, int col)
{

View File

@ -28,8 +28,6 @@
#include "VideoCommon/Debugger.h"
#include "VideoCommon/TextureCacheBase.h"
class wxWindow;
BEGIN_EVENT_TABLE(GFXDebuggerPanel, wxPanel)
EVT_CLOSE(GFXDebuggerPanel::OnClose)
EVT_BUTTON(ID_PAUSE,GFXDebuggerPanel::OnPauseButton)

View File

@ -40,8 +40,6 @@
#include "DolphinWX/Debugger/MemoryView.h"
#include "DolphinWX/Debugger/MemoryWindow.h"
class DebugInterface;
enum
{
IDM_MEM_ADDRBOX,

View File

@ -25,8 +25,6 @@
#include "DolphinWX/Debugger/RegisterView.h"
#include "DolphinWX/Debugger/WatchWindow.h"
class wxWindow;
// F-zero 80005e60 wtf??
enum

View File

@ -23,8 +23,6 @@
#include "DolphinWX/Debugger/WatchView.h"
#include "DolphinWX/Debugger/WatchWindow.h"
class wxWindow;
enum
{
IDM_DELETEWATCH,