aboutsummaryrefslogtreecommitdiff
path: root/generic/Draw.h
diff options
context:
space:
mode:
authorlecoanet2004-04-30 14:23:25 +0000
committerlecoanet2004-04-30 14:23:25 +0000
commit8d4c7764e7929d87fa5311c1ef651f0dd2780d33 (patch)
treeab5a0c75feba0bfb9c79c41bdac1c78430a5f356 /generic/Draw.h
parent0e70615d89b60b99025e6ce65660456a09030b0a (diff)
downloadtkzinc-8d4c7764e7929d87fa5311c1ef651f0dd2780d33.zip
tkzinc-8d4c7764e7929d87fa5311c1ef651f0dd2780d33.tar.gz
tkzinc-8d4c7764e7929d87fa5311c1ef651f0dd2780d33.tar.bz2
tkzinc-8d4c7764e7929d87fa5311c1ef651f0dd2780d33.tar.xz
Suppressed unused ZnRenderFancyString prototype.
Diffstat (limited to 'generic/Draw.h')
-rw-r--r--generic/Draw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/Draw.h b/generic/Draw.h
index 546e1c4..0ba10b2 100644
--- a/generic/Draw.h
+++ b/generic/Draw.h
@@ -122,11 +122,9 @@ void RenderHollowDot(struct _ZnWInfo *wi, ZnPoint *p, ZnReal size);
void ZnRenderGlyph(ZnTexFontInfo *tfi, int c);
void ZnRenderString(ZnTexFontInfo *tfi, unsigned char *str, unsigned int len);
-void ZnRenderFancyString(ZnTexFontInfo *tfi, unsigned char *str, unsigned int len);
#endif
void ZnMapImage(XImage *image, XImage *mapped_image, ZnPoint *poly);
#endif /* _Draw_h */
-