Remove unused code in mod/
- Remove commented code - Remove unused/immediately overwritten variables - Remove extraneous parameters - Remove unreachable code
This commit is contained in:
@@ -17,13 +17,7 @@ function notes_init(App $a)
|
||||
return;
|
||||
}
|
||||
|
||||
$profile = 0;
|
||||
|
||||
$which = $a->user['nickname'];
|
||||
|
||||
Nav::setSelected('home');
|
||||
|
||||
//Profile::load($a, $which, $profile);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user