From 03e9b1b5493f3d7c542bba3073bd3b43ad3dd65f Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Fri, 26 Oct 2018 22:27:48 +0200 Subject: [PATCH] Remove progress events --- include/wx/webrequest.h | 2 -- src/common/webrequest.cpp | 2 -- 2 files changed, 4 deletions(-) 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