Remove useless wxWebAuthChallengeCURL::Init()

This just always returned true, so simply remove it to simplify the
code.
This commit is contained in:
Vadim Zeitlin
2021-01-12 19:15:37 +01:00
parent 5e8a14ff41
commit 0ccc6d4047
2 changed files with 1 additions and 11 deletions

View File

@@ -29,8 +29,6 @@ public:
wxWebAuthChallengeCURL(wxWebAuthChallenge::Source source,
wxWebRequestCURL& request);
bool Init();
void SetCredentials(const wxWebCredentials& cred) wxOVERRIDE;
private: