From: Art4 Date: Thu, 15 May 2025 07:00:36 +0000 (+0000) Subject: Remove unused AddonProxy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=367f7bd3779b128d7795fc24208df4a12efe8e28;p=friendica.git Remove unused AddonProxy --- diff --git a/src/Core/Addon/AddonManagerHelper.php b/src/Core/Addon/AddonManagerHelper.php index f2ff78d896..21573ab89c 100644 --- a/src/Core/Addon/AddonManagerHelper.php +++ b/src/Core/Addon/AddonManagerHelper.php @@ -38,9 +38,6 @@ final class AddonManagerHelper implements AddonHelper /** @var string[] */ private array $addons = []; - /** @deprecated */ - private AddonHelper $proxy; - public function __construct( string $addonPath, Database $database, @@ -55,8 +52,6 @@ final class AddonManagerHelper implements AddonHelper $this->cache = $cache; $this->logger = $logger; $this->profiler = $profiler; - - $this->proxy = new AddonProxy($addonPath); } /** * Returns the absolute path to the addon folder