diff --git a/src/settings.js b/src/settings.js index 52c7726d5..e3499f469 100644 --- a/src/settings.js +++ b/src/settings.js @@ -48,7 +48,6 @@ exports = module.exports = { setCatchAllAddress: setCatchAllAddress, getCatchAllAddress: getCatchAllAddress, - getDefaultSync: getDefaultSync, getAll: getAll, // booleans. if you add an entry here, be sure to fix getAll @@ -591,12 +590,6 @@ function setAppstoreConfig(appstoreConfig, callback) { } -function getDefaultSync(name) { - assert.strictEqual(typeof name, 'string'); - - return gDefaults[name]; -} - function getAll(callback) { assert.strictEqual(typeof callback, 'function');