Remove CPanel.

Let the RenderFrame handle those messages.
This commit is contained in:
Jules Blok
2014-06-15 12:12:19 +02:00
parent 1b70bebb5a
commit 66fec6d0bd
2 changed files with 18 additions and 70 deletions

View File

@ -50,24 +50,6 @@ class wxListEvent;
class wxMenuItem;
class wxWindow;
// The CPanel class to receive MSWWindowProc messages from the video backend.
class CPanel : public wxPanel
{
public:
CPanel(
wxWindow* parent,
wxWindowID id = wxID_ANY
);
private:
DECLARE_EVENT_TABLE();
#ifdef _WIN32
// Receive WndProc messages
WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
#endif
};
class CRenderFrame : public wxFrame
{
public: