diff --git a/include/wx/webrequest.h b/include/wx/webrequest.h index 31987d0706..da6ec690e5 100644 --- a/include/wx/webrequest.h +++ b/include/wx/webrequest.h @@ -215,8 +215,6 @@ private: wxDECLARE_EXPORTED_EVENT(WXDLLIMPEXP_NET, wxEVT_WEBREQUEST_STATE, wxWebRequestEvent); wxDECLARE_EXPORTED_EVENT(WXDLLIMPEXP_NET, wxEVT_WEBREQUEST_DATA, wxWebRequestEvent); -wxDECLARE_EXPORTED_EVENT(WXDLLIMPEXP_NET, wxEVT_WEBREQUEST_DOWNLOAD_PROGRESS, wxWebRequestEvent); -wxDECLARE_EXPORTED_EVENT(WXDLLIMPEXP_NET, wxEVT_WEBREQUEST_UPLOAD_PROGRESS, wxWebRequestEvent); #endif // wxUSE_WEBREQUEST diff --git a/src/common/webrequest.cpp b/src/common/webrequest.cpp index 5f985fa3a1..4432762d77 100644 --- a/src/common/webrequest.cpp +++ b/src/common/webrequest.cpp @@ -48,8 +48,6 @@ extern WXDLLIMPEXP_DATA_NET(const char) wxWebSessionBackendDefault[] = "wxWebSes wxDEFINE_EVENT(wxEVT_WEBREQUEST_STATE, wxWebRequestEvent); wxDEFINE_EVENT(wxEVT_WEBREQUEST_DATA, wxWebRequestEvent); -wxDEFINE_EVENT(wxEVT_WEBREQUEST_DOWNLOAD_PROGRESS, wxWebRequestEvent); -wxDEFINE_EVENT(wxEVT_WEBREQUEST_UPLOAD_PROGRESS, wxWebRequestEvent); // // wxWebRequest