From c9c8b27854077268ebb38413024dba6c1bcda236 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 28 Feb 2021 21:53:41 -0500 Subject: [PATCH] ace: Delete unused `Ace2Editor.getFrame()` method --- src/static/js/ace.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 4038096ee..e7e07cb75 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -89,8 +89,6 @@ const Ace2Editor = function () { this.exportText = () => loaded ? info.ace_exportText() : '(awaiting init)\n'; - this.getFrame = () => info.frame || null; - this.getDebugProperty = (prop) => info.ace_getDebugProperty(prop); this.getInInternationalComposition =