diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/js/js.js b/core/js/js.js index 8e7796143d5..2527f474ea3 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -2424,13 +2424,6 @@ jQuery.fn.exists = function(){ }; /** - * @deprecated use OC.Util.getScrollBarWidth() instead - */ -function getScrollBarWidth() { - return OC.Util.getScrollBarWidth(); -} - -/** * jQuery tipsy shim for the bootstrap tooltip */ jQuery.fn.tipsy = function(argument) { |