[PALEMOON] Fix a warning: "unreachable code after return statement" in urlbarBindings.xml

Issue #121
This commit is contained in:
janekptacijarabaci 2018-04-15 08:13:22 +02:00 committed by Roy Tam
commit a254f6b30d

View file

@ -1913,7 +1913,7 @@
viewsLeft = 0;
return;
// XXX
/*
if (Services.prefs.prefHasUserValue("services.sync.username") &&
this._notificationType != "addons-sync-disabled") {
// If the user has already setup Sync, don't show the notification.
@ -1947,6 +1947,7 @@
this._promomessage.firstChild.textContent = this._notificationMessage;
this._promomessage.height = this._promomessage.getBoundingClientRect().height;
}.bind(this), true);
*/
}
]]></body>
</method>