diff options
Diffstat (limited to 'Build/source/texk/xdvik/util.h')
-rw-r--r-- | Build/source/texk/xdvik/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/source/texk/xdvik/util.h b/Build/source/texk/xdvik/util.h index 4ce8164caa8..68ce521c1d5 100644 --- a/Build/source/texk/xdvik/util.h +++ b/Build/source/texk/xdvik/util.h @@ -149,7 +149,6 @@ typedef hash_table_type hashTableT; /* from kpathsea */ extern Boolean find_str_int_hash(hashTableT *hashtable, const char *key, size_t *val); extern void put_str_int_hash(hashTableT *hashtable, const char *key, size_t val); -#if FREETYPE || PS /* * AVL tree structures. @@ -168,8 +167,6 @@ struct avl { /* generic data structure */ extern struct avl *avladd(const char *, size_t, struct avl **, size_t); -#endif /* FREETYPE || PS */ - extern Boolean copy_file(const char *from, const char *to); extern Boolean copy_fp(FILE *in, FILE *out); |