Remove unnecessary method

This commit is contained in:
Samuel Attard 2016-07-15 00:12:31 +12:00 committed by Samuel Attard
parent b367c65bcd
commit fa7526202b

View file

@ -79,10 +79,6 @@ void AutoUpdater::OnWindowAllClosed() {
QuitAndInstall();
}
std::string AutoUpdater::GetFeedURL() {
return "";
}
void AutoUpdater::SetFeedURL(const std::string& url, mate::Arguments* args) {
auto_updater::AutoUpdater::HeaderMap headers;
args->GetNext(&headers);