summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 8e7796143d5..c95e6375c77 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -2010,17 +2010,6 @@ OC.Util = {
replaceSVG: function($el) {},
/**
- * Fix image scaling for IE8, since background-size is not supported.
- *
- * This scales the image to the element's actual size, the URL is
- * taken from the "background-image" CSS attribute.
- *
- * @deprecated IE8 isn't supported since 9.0
- * @param {Object} $el image element
- */
- scaleFixForIE8: function($el) {},
-
- /**
* Returns whether this is IE
*
* @return {bool} true if this is IE, false otherwise