summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 16:41:33 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 16:41:33 +0200
commita0499f4404baf512cb2e743823d2f9811b70b0d6 (patch)
treeecfadf9efd1f0f0068a507cb01eb893636603688 /core
parent8110a3be699bbdea96df30472dce7862e0964901 (diff)
downloadnextcloud-server-a0499f4404baf512cb2e743823d2f9811b70b0d6.tar.gz
nextcloud-server-a0499f4404baf512cb2e743823d2f9811b70b0d6.zip
Remove deprecated window.getScrollBarWidth
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js7
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) {