Completely strip in-app purchases

This commit is contained in:
Michael
2020-10-13 23:21:12 -04:00
parent a9193bdc07
commit 2833c79c1b
33 changed files with 14 additions and 3939 deletions
@@ -195,15 +195,6 @@ appPrivate.displayContextMenu = function()
window.webkit.messageHandlers.displayContextMenu.postMessage(null);
};
appPrivate.showInAppPurchaseWindow = function()
{
if (app.isWebKit2()) {
window.webkit.messageHandlers.showInAppPurchaseWindow.postMessage(null);
} else {
TextualScriptSink.showInAppPurchaseWindow();
}
};
appPrivate.renderMessagesBefore = function(lineNumber, maximumNumberOfLines, callbackFunction)
{
var promiseIndex = appInternal.makePromise(callbackFunction);