diff admajax.php @ 352:7944ad74b31c

Remove dead code.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Dec 2013 06:20:18 +0200
parents f3dfdb4fb221
children 2af8458058ab
line wrap: on
line diff
--- a/admajax.php	Mon Dec 02 06:01:30 2013 +0200
+++ b/admajax.php	Mon Dec 02 06:20:18 2013 +0200
@@ -460,19 +460,7 @@
           echo stGetCompoData($res["id"], $res, "co");
         break;
 
-      case "slides":
-        $sql = "SELECT * FROM displaySlides SORT BY id ASC";
-        $sql = "SELECT * FROM displayListData SORT BY id ASC";
-        $sql = "SELECT * FROM displayListSlides SORT BY id ASC";
-        echo
-          " <table>\n".
-          "  <tr>\n".
-          "   <td>".stGetFormButtonInput("generate", "", "", " Generate entry show positions ", "generateEntryPositions()")."</td>\n".
-          "   <td>".stGetFormButtonInput("generate", "", "", " XXX ", "generateEntryPositions()")."</td>\n".
-          "  </tr>\n".
-          " </table>\n";
-        break;
-      
+
       case "settings":
         $prefix = "st";