diff options
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/js/js.js b/core/js/js.js index c95e6375c77..197f375fe12 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -2019,16 +2019,6 @@ OC.Util = { }, /** - * Returns whether this is IE8 - * - * @deprecated IE8 isn't supported since 9.0 - * @return {bool} false (IE8 isn't supported anymore) - */ - isIE8: function() { - return false; - }, - - /** * Returns the width of a generic browser scrollbar * * @return {int} width of scrollbar |