diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-09 13:44:31 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-13 19:25:39 -0800 |
commit | 2e2073e358a6d9069dd5b5f3757de769cbc92721 (patch) | |
tree | 99d63645888ad354591ad95582821731beb64cb3 /mkfontscale.c | |
parent | 2ad869a51804e5232f10c1c933e2822c205c3265 (diff) |
Remove unused NEED_SNPRINTF code to #include non-existent snprintf.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'mkfontscale.c')
-rw-r--r-- | mkfontscale.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mkfontscale.c b/mkfontscale.c index 46e9eed..ea4cd27 100644 --- a/mkfontscale.c +++ b/mkfontscale.c @@ -46,12 +46,6 @@ #include "data.h" #include "ident.h" -#ifdef NEED_SNPRINTF -#undef SCOPE -#define SCOPE static -#include "snprintf.c" -#endif - #define NPREFIX 1024 #ifndef MAXFONTFILENAMELEN |