summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-13 21:00:41 +0100
committerdefault <nobody@localhost>2022-11-13 21:00:41 +0100
commitf30c0fc2cfe738ec333a39e47195bf280074c59a (patch)
treeada11dd8a9a3a99f666d456829f4aa9a670f1adc
parentaeec85837051e78ad618df10dea707d47ec5e23b (diff)
Deleted unused code.
-rw-r--r--html.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/html.c b/html.c
index f94dccd..bf10b6b 100644
--- a/html.c
+++ b/html.c
@@ -395,9 +395,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num)
"<input type=\"hidden\" name=\"redir\" value=\"%d_entry\">\n"
"\n",
- snac->actor, id, actor, num,
- L("Reply"),
- md5
+ snac->actor, id, actor, num
);
s = xs_str_cat(s, s1);