diff options
-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 8cfb31fcaed..bc6c0781754 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -2397,13 +2397,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) { |