remove unused code

This commit is contained in:
msquare 2016-08-21 23:11:23 +02:00
parent f02148af35
commit de917bc543
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ function angeltypes_about_controller() {
* Delete an Angeltype.
*/
function angeltype_delete_controller() {
global $privileges, $user;
global $privileges;
if (! in_array('admin_angel_types', $privileges))
redirect(page_link_to('angeltypes'));

View File

@ -111,7 +111,7 @@ function user_angeltypes_confirm_all_controller() {
* Confirm an user for an angeltype.
*/
function user_angeltype_confirm_controller() {
global $user, $privileges;
global $user;
if (! isset($_REQUEST['user_angeltype_id'])) {
error(_("User angeltype doesn't exist."));

View File

@ -12,7 +12,7 @@ function meetings_title() {
}
function user_meetings() {
global $DISPLAY_NEWS, $user;
global $DISPLAY_NEWS;
$html = '<div class="col-md-12"><h1>' . meetings_title() . '</h1>' . msg();