aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Util.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-16 11:36:29 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2021-03-09 20:29:42 +0100
commit7f3051e5bf2cab6e98dc566ac290a75781c7401d (patch)
tree88eac9efe997e1ab79c10224fe4aad6f8c4a146d /lib/public/Util.php
parent5063745cace4a7ccf219a23eb1b7717d06406707 (diff)
downloadnextcloud-server-7f3051e5bf2cab6e98dc566ac290a75781c7401d.tar.gz
nextcloud-server-7f3051e5bf2cab6e98dc566ac290a75781c7401d.zip
Drop \OCP\Util::isIe
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Util.php')
-rw-r--r--lib/public/Util.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php
index 7cecb6bf86b..3281c9cceec 100644
--- a/lib/public/Util.php
+++ b/lib/public/Util.php
@@ -521,14 +521,4 @@ class Util {
}
return self::$needUpgradeCache;
}
-
- /**
- * is this Internet explorer ?
- *
- * @return boolean
- * @since 14.0.0
- */
- public static function isIe() {
- return \OC_Util::isIe();
- }
}