diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2025-04-01 15:38:40 +0200 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2025-04-07 17:05:54 +0200 |
commit | 09dcc87f051d4b808fac645c399101c2e1cdecab (patch) | |
tree | bba058647dc2695b15bacc8732b130909b90e5d5 | |
parent | fd59e02a24ebd547d30319e4ee09c8c83bc7b7b8 (diff) | |
download | nextcloud-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>
-rw-r--r-- | lib/private/legacy/OC_Util.php | 4 |
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 * |