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

This commit is contained in:
New Tobin Paradigm 2018-04-16 15:24:14 +00:00 committed by Roy Tam
commit c3c4cdb143

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,7 +1947,6 @@
this._promomessage.firstChild.textContent = this._notificationMessage;
this._promomessage.height = this._promomessage.getBoundingClientRect().height;
}.bind(this), true);
*/
}
]]></body>
</method>