summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-03-12 14:35:43 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-03-12 14:35:43 +0100
commita958c48cfeaefd8e8c1aeebcd04e9c862f014a6d (patch)
treec8d964642001dd0e99b6c005603d172c3b48c488 /lib/exe
parentd7879495eef6e6a998f5d727304e88dfa5420108 (diff)
downloadrpg-a958c48cfeaefd8e8c1aeebcd04e9c862f014a6d.tar.gz
rpg-a958c48cfeaefd8e8c1aeebcd04e9c862f014a6d.tar.bz2
removed dead leftover code from media search
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/ajax.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php
index 4c74709b8..a402c236f 100644
--- a/lib/exe/ajax.php
+++ b/lib/exe/ajax.php
@@ -202,17 +202,6 @@ function ajax_medialist(){
}
/**
- * Return list of search result for the Mediamanager
- *
- * @author Tobias Sarnowski <sarnowski@cosmocode.de>
- */
-function ajax_mediasearchlist(){
- global $conf;
-
- media_searchlist($_POST['ns']);
-}
-
-/**
* Return sub index for index view
*
* @author Andreas Gohr <andi@splitbrain.org>