mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
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)
This commit is contained in:
@@ -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
|
||||
|
||||
/*
|
||||
* @}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user