remove show/hide controls

This commit is contained in:
edsilv 2015-02-09 21:29:17 +00:00
parent 1f494b16d1
commit 4d8ab41808

View File

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