remove accidental file change

This commit is contained in:
Shelley Vohr 2018-04-14 21:24:19 -04:00
parent 1727a9eca9
commit 43a9092c16
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -104,8 +104,6 @@ void AutoUpdater::SetFeedURL(mate::Arguments* args) {
}
void AutoUpdater::QuitAndInstall() {
Emit("before-quit-for-update");
// If we don't have any window then quitAndInstall immediately.
if (WindowList::IsEmpty()) {
auto_updater::AutoUpdater::QuitAndInstall();