summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-01-11 20:47:36 +0100
committerdefault <nobody@localhost>2023-01-11 20:47:36 +0100
commit40b3f739d24a7ab87cfc35818638eca061b9d19c (patch)
tree2c33e01bf02f13f67d8837474773224dd8142b73 /data.c
parent75f8554e38dde34fca8981ad07c610980fb07321 (diff)
Deleted unused argument in timeline_admire().
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 2a73701..f623111 100644
--- a/data.c
+++ b/data.c
@@ -847,7 +847,7 @@ int timeline_add(snac *snac, char *id, char *o_msg)
}
-void timeline_admire(snac *snac, char *o_msg, char *id, char *admirer, int like)
+void timeline_admire(snac *snac, char *id, char *admirer, int like)
/* updates a timeline entry with a new admiration */
{
/* if we are admiring this, add to both timelines */