summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/menu.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 3a2179376..42f1fa39e 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -1,14 +1,6 @@
<?php
// $Id$
-// TODO:
-// 1. add 'access' flag.
-
-function menu_add() {
- trigger_error(t("The 'menu_add()' function is deprecated."), E_USER_ERROR);
- // Note that this function will be removed shortly.
-}
-
function menu($path, $title, $callback = NULL, $help = NULL, $weight = 0, $hidden = 0) {
global $_gmenu;