summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-29 10:14:37 +0100
committerdefault <nobody@localhost>2023-11-29 10:14:37 +0100
commitb1a9279f85a4a8201bbc27d0242712f6ccebb3b6 (patch)
tree386934e0bf82153be49545e94a0633e3889935e8 /main.c
parent6c6dd060ebc27c4841111eebb856222d3bd2864f (diff)
html_timeline() now uses xs_html.
Diffstat (limited to 'main.c')
-rw-r--r--main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/main.c b/main.c
index 67b44a6..756323c 100644
--- a/main.c
+++ b/main.c
@@ -209,19 +209,6 @@ int main(int argc, char *argv[])
srv_free();
#endif
- {
- xs_html *note = html_note(&snac, "Note...",
- "DIV_ID", "FORM_ID",
- "TEXTAREA_PLACEHOLDER", "TEXTAREA_CONTENT",
- "EDIT_ID", "ACTOR_ID",
- xs_stock_false, "CW_TEXT",
- xs_stock_false, "REDIR",
- "IN_REPLY_TO", 1);
-
- xs *s1 = xs_html_render(note);
- printf("\n%s\n", s1);
- }
-
xs *idx = xs_fmt("%s/private.idx", snac.basedir);
xs *list = index_list_desc(idx, 0, 256);
xs *tl = timeline_top_level(&snac, list);