diff --git a/lib/common/api/exports/electron.js b/lib/common/api/exports/electron.js index 3bef1f0c50f..25ef2640d59 100644 --- a/lib/common/api/exports/electron.js +++ b/lib/common/api/exports/electron.js @@ -29,12 +29,6 @@ exports.defineProperties = function (exports) { return require('../crash-reporter') } }, - deprecations: { - enumerable: true, - get: function () { - return require('../deprecations') - } - }, nativeImage: { enumerable: true, get: function () { @@ -53,11 +47,6 @@ exports.defineProperties = function (exports) { get: function () { return require('../callbacks-registry') } - }, - deprecate: { - get: function () { - return require('../deprecate') - } } }) }