[Scrutinizer] Fix undeclared variables part 7: mod/ and view/

- Remove unused function `salmon_return()`
This commit is contained in:
Hypolite Petovan 2018-02-14 00:07:26 -05:00
commit 7a38fbf84b
7 changed files with 14 additions and 21 deletions

View file

@ -9,6 +9,7 @@ use Friendica\Model\Item;
function starred_init(App $a) {
$starred = 0;
$message_id = null;
if (! local_user()) {
killme();