removed unused OnPaint() handlers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-08-05 20:25:26 +00:00
parent 86e3091191
commit 4e61bf2ca1

View File

@ -1779,7 +1779,6 @@ typedef BOOL (WINAPI* LPAMGETERRORTEXT)(HRESULT, wxChar *, DWORD);
class WXDLLIMPEXP_MEDIA wxAMMediaEvtHandler : public wxEvtHandler
{
public:
void OnPaint(wxPaintEvent&);
void OnEraseBackground(wxEraseEvent&);
};
@ -2227,7 +2226,6 @@ bool wxQuickTimeLibrary::Initialize()
class WXDLLIMPEXP_MEDIA wxQTMediaEvtHandler : public wxEvtHandler
{
public:
void OnPaint(wxPaintEvent&);
void OnEraseBackground(wxEraseEvent&);
};