From a0499f4404baf512cb2e743823d2f9811b70b0d6 Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Mon, 8 Oct 2018 16:41:33 +0200
Subject: [PATCH] Remove deprecated window.getScrollBarWidth

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 core/js/js.js | 7 -------
 1 file changed, 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
@@ -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
  */
-- 
GitLab