From a28a34773cf45b1661efa2360344e3f12f04368e Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 5 Nov 2023 17:54:00 +0000 Subject: [PATCH] docs: remove documentation for non-existing dc_accounts_new os_name param --- deltachat-ffi/deltachat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index acee766bf..67d643bc6 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2941,7 +2941,6 @@ int dc_receive_backup (dc_context_t* context, const char* qr); * use dc_accounts_remove_account(). * * @memberof dc_accounts_t - * @param os_name * @param dir The directory to create the context-databases in. * If the directory does not exist, * dc_accounts_new() will try to create it.