Remove unused variable

This commit is contained in:
Pierre Rudloff 2017-12-23 01:23:28 +01:00
parent 0691d83bbc
commit 37aef32440
1 changed files with 0 additions and 2 deletions

View File

@ -950,8 +950,6 @@ function api_create_xml($data, $root_element)
*/ */
function api_format_data($root_element, $type, $data) function api_format_data($root_element, $type, $data)
{ {
$a = get_app();
switch ($type) { switch ($type) {
case "atom": case "atom":
case "rss": case "rss":