Remove useless wxWebAuthChallengeCURL::Init()
This just always returned true, so simply remove it to simplify the code.
This commit is contained in:
@@ -29,8 +29,6 @@ public:
|
||||
wxWebAuthChallengeCURL(wxWebAuthChallenge::Source source,
|
||||
wxWebRequestCURL& request);
|
||||
|
||||
bool Init();
|
||||
|
||||
void SetCredentials(const wxWebCredentials& cred) wxOVERRIDE;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user