diff --git a/slide/api.js b/slide/api.js index 22bd585667..b2bf748c4b 100644 --- a/slide/api.js +++ b/slide/api.js @@ -7908,13 +7908,6 @@ background-repeat: no-repeat;\ this.sendToReporter("{ \"main_command\" : true, \"go_to_slide\" : " + slideNum + " }"); }; - - asc_docs_api.prototype.getFocusElement = function() { - if (!this.isSlideShow()) - return window['AscCommon'].g_inputContext.HtmlArea; - return document.body; - }; - asc_docs_api.prototype.SetDemonstrationModeOnly = function() { this.isOnlyDemonstration = true;