diff libass/ass_utils.h @ 26036:8d8c52a169ad

Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.
author eugeni
date Fri, 22 Feb 2008 21:24:35 +0000
parents e8289d9a4fec
children 74055622161d
line wrap: on
line diff
--- a/libass/ass_utils.h	Fri Feb 22 19:31:53 2008 +0000
+++ b/libass/ass_utils.h	Fri Feb 22 21:24:35 2008 +0000
@@ -25,7 +25,6 @@
 int mystrtou32(char** p, int base, uint32_t* res);
 int mystrtod(char** p, double* res);
 int strtocolor(char** q, uint32_t* res);
-void dump_glyph(FT_Glyph g);
 
 static inline int d6_to_int(int x) {
 	return (x + 32) >> 6;