removed show/hide controls

This commit is contained in:
edsilv 2015-02-24 14:55:46 +00:00
parent de4ad6dde6
commit 89d488bb7e

View File

@ -836,14 +836,6 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
return this;
},
hideControls: function() {
beginControlsAutoHide(this);
},
showControls: function() {
abortControlsAutoHide(this);
},
/**
* @function
* @return {Boolean}