From 89d488bb7ee3e1538b5af73810d176e0c15dc7da Mon Sep 17 00:00:00 2001
From: edsilv <e.silverton@gmail.com>
Date: Tue, 24 Feb 2015 14:55:46 +0000
Subject: [PATCH] removed show/hide controls

---
 src/viewer.js | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/viewer.js b/src/viewer.js
index ecfad29b..f36fe020 100644
--- a/src/viewer.js
+++ b/src/viewer.js
@@ -836,14 +836,6 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
         return this;
     },
 
-    hideControls: function() {
-        beginControlsAutoHide(this);
-    },
-
-    showControls: function() {
-        abortControlsAutoHide(this);
-    },
-
     /**
      * @function
      * @return {Boolean}