plugins: remove renderer code for notifications

This commit is contained in:
Guillermo Rauch 2016-07-13 19:07:38 -07:00
parent 79eb6e9dff
commit 343f3396e0

View file

@ -148,17 +148,6 @@ export function reload () {
decorated = {};
}
// we want to refresh our modules cache every time
// plugins reload.
// the re-painting happens by the top-level `Config` component
// that reacts to configuration changes and plugin changes
ipcRenderer.on('plugins change', function (ev) {
notify(
'Plugins Updated',
'Restart or choose "Plugins" > "Reload Now"'
);
});
export function getTermProps (uid, parentProps, props) {
let props_;