aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2025-04-01 15:38:40 +0200
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>2025-04-07 17:05:54 +0200
commit09dcc87f051d4b808fac645c399101c2e1cdecab (patch)
treebba058647dc2695b15bacc8732b130909b90e5d5 /lib/private/legacy
parentfd59e02a24ebd547d30319e4ee09c8c83bc7b7b8 (diff)
downloadnextcloud-server-09dcc87f051d4b808fac645c399101c2e1cdecab.tar.gz
nextcloud-server-09dcc87f051d4b808fac645c399101c2e1cdecab.zip
chore(legacy): Remove unused protected method in OC_Util
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/private/legacy')
-rw-r--r--lib/private/legacy/OC_Util.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php
index 4e6e1773291..d23b4f13130 100644
--- a/lib/private/legacy/OC_Util.php
+++ b/lib/private/legacy/OC_Util.php
@@ -25,10 +25,6 @@ class OC_Util {
public static $styles = [];
public static $headers = [];
- protected static function getAppManager() {
- return \OC::$server->getAppManager();
- }
-
/**
* Setup the file system
*