mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Remove unused code in mod/
- Remove commented code - Remove unused/immediately overwritten variables - Remove extraneous parameters - Remove unreachable code
This commit is contained in:
parent
4a95ca280d
commit
dbc6eb5422
34 changed files with 32 additions and 173 deletions
|
@ -17,7 +17,7 @@ require_once 'mod/settings.php';
|
|||
|
||||
function delegate_init(App $a)
|
||||
{
|
||||
return settings_init($a);
|
||||
settings_init($a);
|
||||
}
|
||||
|
||||
function delegate_post(App $a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue