]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/OEmbed.php
Remove unused code
[friendica.git] / src / Content / OEmbed.php
index 144ac4ca53f4a365cdfc55109e478137f51ce249..0093ba11af38a8e948ab6cca40d5b0c59be0cf40 100644 (file)
@@ -370,8 +370,6 @@ class OEmbed
         */
        private static function iframe($src, $width, $height)
        {
-               $a = \get_app();
-
                if (!$height || strstr($height, '%')) {
                        $height = '200';
                }