From: Pierre Rudloff Date: Sat, 23 Dec 2017 00:23:28 +0000 (+0100) Subject: Remove unused variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37aef324406498445770f41f7d5b921ad6599b77;p=friendica.git Remove unused variable --- diff --git a/include/api.php b/include/api.php index e561f397c0..724568279a 100644 --- a/include/api.php +++ b/include/api.php @@ -950,8 +950,6 @@ function api_create_xml($data, $root_element) */ function api_format_data($root_element, $type, $data) { - $a = get_app(); - switch ($type) { case "atom": case "rss":