'did-change-paths' is never broadcast

This event is handled by AtomWindow::setProjectRoots() now.
This commit is contained in:
Ash Wilson
2019-04-18 22:56:46 -04:00
parent b903dc2506
commit 40c2f5b073

View File

@@ -742,10 +742,6 @@ class AtomApplication extends EventEmitter {
this.fileRecoveryService.didSavePath(window, path)
))
this.disposable.add(ipcHelpers.on(ipcMain, 'did-change-paths', () =>
this.saveCurrentWindowOptions(false)
))
this.disposable.add(this.disableZoomOnDisplayChange())
}