mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
UpdateAvailable isn’t really a thing in this world
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user