diff options
| author | default <nobody@localhost> | 2023-01-11 20:40:13 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-01-11 20:40:13 +0100 |
| commit | 75f8554e38dde34fca8981ad07c610980fb07321 (patch) | |
| tree | e88fe6c3b390f6704d69422f7dfeebd80b4dd27e /data.c | |
| parent | 1aac24ca756be5305f0895f7ebfc12a989773975 (diff) | |
Deleted unused arguments in timeline_add().
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |