From 09dcc87f051d4b808fac645c399101c2e1cdecab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 1 Apr 2025 15:38:40 +0200 Subject: [PATCH] chore(legacy): Remove unused protected method in OC_Util MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- lib/private/legacy/OC_Util.php | 4 ---- 1 file changed, 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 *