]> git.mxchange.org Git - friendica.git/commitdiff
Unused function removed
authorMichael <heluecht@pirati.ca>
Mon, 20 Dec 2021 19:36:45 +0000 (19:36 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 20 Dec 2021 19:36:45 +0000 (19:36 +0000)
src/DI.php

index 4f950bd78eeea17db42c73b61cb35b14a7984490..190b46a05f4c66344de1fdf04464fd4bf6c9f4bb 100644 (file)
@@ -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);