From 639af65ea9ed47116dbfb787fb9fbe03b99dd14c Mon Sep 17 00:00:00 2001 From: Antoine Vandecreme Date: Fri, 21 Mar 2014 16:15:08 -0400 Subject: [PATCH] Remove duplicate method --- src/viewer.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/viewer.js b/src/viewer.js index cb802e83..86c84403 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -1535,15 +1535,6 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype, return this; }, - /** - * @function Force the viewer to redraw its content. - * @return {OpenSeadragon.Viewer} Chainable. - */ - forceRedraw: function() { - THIS[ this.hash ].forceRedraw = true; - return this; - }, - /** * Adds an html element as an overlay to the current viewport. Useful for * highlighting words or areas of interest on an image or other zoomable