mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 21:35:04 +00:00
Deleted unused code.
This commit is contained in:
parent
aeec858370
commit
f30c0fc2cf
1 changed files with 1 additions and 3 deletions
4
html.c
4
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"
|
"<input type=\"hidden\" name=\"redir\" value=\"%d_entry\">\n"
|
||||||
"\n",
|
"\n",
|
||||||
|
|
||||||
snac->actor, id, actor, num,
|
snac->actor, id, actor, num
|
||||||
L("Reply"),
|
|
||||||
md5
|
|
||||||
);
|
);
|
||||||
|
|
||||||
s = xs_str_cat(s, s1);
|
s = xs_str_cat(s, s1);
|
||||||
|
|
Loading…
Reference in a new issue