* The 'delete' button on sticky notes now works.
[citadel.git] / webcit / webcit.c
index 0d16385cb075478d631940cdc27ba74df14dc056..7aefacf22476b7c7c74e07d90f4d9a58286c6d12 100644 (file)
@@ -2063,8 +2063,6 @@ void session_loop(struct httprequest *req)
                dump_vars();
                wprintf("</PRE><hr />\n");
                wDumpContent(1);
-       } else if (!strcasecmp(action, "updatenote")) {
-               updatenote();
        } else if (!strcasecmp(action, "ajax_update_note")) {
                ajax_update_note();
        } else if (!strcasecmp(action, "display_room_directory")) {