aboutsummaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-01-11 20:40:13 +0100
committerdefault <nobody@localhost>2023-01-11 20:40:13 +0100
commit75f8554e38dde34fca8981ad07c610980fb07321 (patch)
treee88fe6c3b390f6704d69422f7dfeebd80b4dd27e /data.c
parent1aac24ca756be5305f0895f7ebfc12a989773975 (diff)
Deleted unused arguments in timeline_add().
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 0f22e45..2a73701 100644
--- a/data.c
+++ b/data.c
@@ -835,7 +835,7 @@ void timeline_update_indexes(snac *snac, const char *id)
}
-int timeline_add(snac *snac, char *id, char *o_msg, char *parent, char *referrer)
+int timeline_add(snac *snac, char *id, char *o_msg)
/* adds a message to the timeline */
{
int ret = object_add(id, o_msg);