diff options
-rw-r--r-- | pith/filter.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pith/filter.c b/pith/filter.c index 22f98ad7..e3c54f47 100644 --- a/pith/filter.c +++ b/pith/filter.c @@ -7798,10 +7798,6 @@ html_element_output(FILTER_S *f, int ch) html_output(f, ch); } -#define ISHEX_DIGIT(X) (isdigit((X)) || \ - ((X) >= 'a' && (X) <= 'f') || \ - ((X) >= 'A' && (X) <= 'F')) - /* * collect html entity and return its UCS value when done. * |