commit e480d7d45252b7705c9064f6bc833e5852f3f584
parent 2da5b222aeea41c1e9b55126e13cdce6773e1b63
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 12 Dec 2022 14:28:11 +0100
Remove unused constant
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/clap/string-sizes.h b/include/clap/string-sizes.h
@@ -14,9 +14,6 @@ enum {
// This is not suited for describing a file path on the disk, as NTFS allows up to 32K long
// paths.
CLAP_PATH_SIZE = 1024,
-
- // String capacity for storing custom identifiers, it could be a uuid for example.
- CLAP_CUSTOM_ID_SIZE = 256,
};
#ifdef __cplusplus