diff options
Diffstat (limited to 'testing/specialpowers/content/specialpowersAPI.js')
-rw-r--r-- | testing/specialpowers/content/specialpowersAPI.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/specialpowers/content/specialpowersAPI.js b/testing/specialpowers/content/specialpowersAPI.js index 8f1ff7465c..e97ad89c40 100644 --- a/testing/specialpowers/content/specialpowersAPI.js +++ b/testing/specialpowers/content/specialpowersAPI.js @@ -1529,11 +1529,7 @@ SpecialPowersAPI.prototype = { }, get isB2G() { -#ifdef MOZ_B2G - return true; -#else return false; -#endif }, addSystemEventListener: function(target, type, listener, useCapture) { |