From 9b72aba8e33164eb931f8bfe9fb45393a326e018 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 13 Oct 2020 18:18:34 +0200 Subject: [PATCH] remove DC_STR_COUNT the constant comes from c-core and was used to define the size of the string-array that time. this is no longer needed in core and also the UIs seems not to use it (they will treat DC_STR* like an id, there should be no need to know the max. DC_STR* value) --- deltachat-ffi/deltachat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 2856b1213..da7cd4a8d 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -5002,8 +5002,6 @@ void dc_event_unref(dc_event_t* event); #define DC_STR_PROTECTION_ENABLED 88 #define DC_STR_PROTECTION_DISABLED 89 -#define DC_STR_COUNT 89 - /* * @} */