Remove deprecated APIs

This commit is contained in:
Kevin Sawicki 2016-04-28 09:38:05 -07:00
parent 0cf50b1c0b
commit dae68be2ce
9 changed files with 2 additions and 121 deletions

View file

@ -1,7 +1,2 @@
const deprecate = require('electron').deprecate
const autoUpdater = process.platform === 'win32' ? require('./auto-updater/auto-updater-win') : require('./auto-updater/auto-updater-native')
// Deprecated.
deprecate.rename(autoUpdater, 'setFeedUrl', 'setFeedURL')
module.exports = autoUpdater