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

@ -27,8 +27,6 @@
#include "InputCommon/ControllerInterface/ControllerInterface.h"
#include "InputCommon/ControllerInterface/Device.h"
class wxTimerEvent;
static void DrawCenteredRectangle(wxDC &dc, int x, int y, int w, int h)
{
x -= w / 2;