aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/input.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/input.php')
-rw-r--r--engine/lib/input.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/input.php b/engine/lib/input.php
index 7e650c8de..17a330851 100644
--- a/engine/lib/input.php
+++ b/engine/lib/input.php
@@ -250,7 +250,6 @@ function input_livesearch_page_handler($page) {
exit;
}
-
function input_init() {
// register an endpoint for live search / autocomplete.
register_page_handler('livesearch', 'input_livesearch_page_handler');