ace: Delete unused Ace2Editor.getFrame() method

This commit is contained in:
Richard Hansen 2021-02-28 21:53:41 -05:00 committed by John McLear
parent 64e9e7fcda
commit c9c8b27854

View file

@ -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 =