mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
Completely strip in-app purchases
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user