diff --git a/core/js/js.js b/core/js/js.js index 8e7796143d..2527f474ea 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -2423,13 +2423,6 @@ jQuery.fn.exists = function(){ return this.length > 0; }; -/** - * @deprecated use OC.Util.getScrollBarWidth() instead - */ -function getScrollBarWidth() { - return OC.Util.getScrollBarWidth(); -} - /** * jQuery tipsy shim for the bootstrap tooltip */