summaryrefslogtreecommitdiff
path: root/includes/sys_menu.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-15 16:58:12 +0100
committermsquare <msquare@notrademark.de>2016-11-15 16:58:12 +0100
commitec40e10ebd3c343f393a11d8120d197996e4bd69 (patch)
tree436489577903d112461d9865f0f452386f5846d7 /includes/sys_menu.php
parent53a306f14b22a897cfbda1bd13b94564116417db (diff)
fix unused code
Diffstat (limited to 'includes/sys_menu.php')
-rw-r--r--includes/sys_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_menu.php b/includes/sys_menu.php
index 854bfd2e..e1a6a12e 100644
--- a/includes/sys_menu.php
+++ b/includes/sys_menu.php
@@ -16,7 +16,7 @@ function page_link_to_absolute($page) {
* Render the user hints
*/
function header_render_hints() {
- global $user, $page, $enable_tshirt_size, $max_freeloadable_shifts;
+ global $user;
$hints_renderer = new UserHintsRenderer();