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:
B. Petersen
2020-10-13 18:18:34 +02:00
parent 1f24c5f8a4
commit 9b72aba8e3

View File

@@ -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
/*
* @}
*/