UpdateAvailable isn’t really a thing in this world

This commit is contained in:
Ben Ogle
2016-02-23 18:12:04 -08:00
parent b60e1957a8
commit d3340d070f

View File

@@ -43,10 +43,6 @@ export default class AutoUpdateManager {
return this.emitter.on('did-complete-downloading-update', callback)
}
onUpdateAvailable (callback) {
return this.emitter.on('update-available', callback)
}
onUpdateNotAvailable (callback) {
return this.emitter.on('update-not-available', callback)
}