summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/doku.php b/doku.php
index 9f342a6b6..2cdcbb8fa 100644
--- a/doku.php
+++ b/doku.php
@@ -33,9 +33,6 @@ $_REQUEST['id'] = str_replace("\xC2\xAD", '', $INPUT->str('id')); //soft-hyphen
$QUERY = trim($INPUT->str('id'));
$ID = getID();
-// deprecated 2011-01-14
-$NS = getNS($ID);
-
$REV = $INPUT->int('rev');
$IDX = $INPUT->str('idx');
$DATE = $INPUT->int('date');