From 4d8ab4180867398eeb1a5545f6e1d25bf0096941 Mon Sep 17 00:00:00 2001 From: edsilv Date: Mon, 9 Feb 2015 21:29:17 +0000 Subject: [PATCH] remove show/hide controls --- src/viewer.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/viewer.js b/src/viewer.js index de7a3d49..200055a2 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -826,14 +826,6 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype, return this; }, - hideControls: function() { - beginControlsAutoHide(this); - }, - - showControls: function() { - abortControlsAutoHide(this); - }, - /** * @function * @return {Boolean}