Remove unnecessary method
This commit is contained in:
parent
b367c65bcd
commit
fa7526202b
1 changed files with 0 additions and 4 deletions
|
@ -79,10 +79,6 @@ void AutoUpdater::OnWindowAllClosed() {
|
||||||
QuitAndInstall();
|
QuitAndInstall();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string AutoUpdater::GetFeedURL() {
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
void AutoUpdater::SetFeedURL(const std::string& url, mate::Arguments* args) {
|
void AutoUpdater::SetFeedURL(const std::string& url, mate::Arguments* args) {
|
||||||
auto_updater::AutoUpdater::HeaderMap headers;
|
auto_updater::AutoUpdater::HeaderMap headers;
|
||||||
args->GetNext(&headers);
|
args->GetNext(&headers);
|
||||||
|
|
Loading…
Reference in a new issue