From: Michael Date: Mon, 20 Dec 2021 19:36:45 +0000 (+0000) Subject: Unused function removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5969de66d2be3025245ee6dc3fd24805e205a55;p=friendica.git Unused function removed --- diff --git a/src/DI.php b/src/DI.php index 4f950bd78e..190b46a05f 100644 --- a/src/DI.php +++ b/src/DI.php @@ -398,14 +398,6 @@ abstract class DI return self::$dice->create(Factory\Api\Twitter\User::class); } - /** - * @return Factory\Api\Twitter\DirectMessage - */ - public static function twitterDirectMessage() - { - return self::$dice->create(Factory\Api\Twitter\DirectMessage::class); - } - public static function notificationIntro(): Navigation\Notifications\Factory\Introduction { return self::$dice->create(Navigation\Notifications\Factory\Introduction::class);