diff --git a/mobile/chrome/content/Util.js b/mobile/chrome/content/Util.js index f9a966dd0af4..0c543238b08b 100644 --- a/mobile/chrome/content/Util.js +++ b/mobile/chrome/content/Util.js @@ -158,9 +158,7 @@ let Util = { // Put the Mozilla networking code into a state that will kick the auto-connection // process. forceOnline: function forceOnline() { -#ifdef MOZ_PLATFORM_MAEMO Services.io.offline = false; -#endif }, isParentProcess: function isInParentProcess() {