diff options
Diffstat (limited to 'eel/eel-string.c')
-rw-r--r-- | eel/eel-string.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eel/eel-string.c b/eel/eel-string.c index f366e586..de852962 100644 --- a/eel/eel-string.c +++ b/eel/eel-string.c @@ -365,7 +365,6 @@ enum typedef int ArgType; /* An int, because custom are < 0 */ - static const char * get_position (const char *format, int *i) { @@ -407,7 +406,6 @@ is_length_modifier (char c) return strchr ("hlLjzt", c) != NULL; } - static ArgType get_arg_type_from_format (EelPrintfHandler *custom_handlers, const char *format, |