]> git.wh0rd.org - fontconfig.git/commitdiff
Remove unused prototypes and function
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jun 2009 22:27:47 +0000 (18:27 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 24 Jun 2009 17:52:12 +0000 (13:52 -0400)
src/fcint.h
src/fcxml.c

index 157e9738b2c1144c23a235ff207cf041f0f7dfc2..70836c0752fb6fc2b6f0594767dbdea2a289dd90 100644 (file)
@@ -724,7 +724,7 @@ FcDirScanConfig (FcFontSet  *set,
 /* fcfont.c */
 FcPrivate int
 FcFontDebug (void);
-    
+
 /* fcfs.c */
 
 FcPrivate FcBool
@@ -732,20 +732,8 @@ FcFontSetSerializeAlloc (FcSerialize *serialize, const FcFontSet *s);
 
 FcPrivate FcFontSet *
 FcFontSetSerialize (FcSerialize *serialize, const FcFontSet * s);
-    
-/* fcgram.y */
-FcPrivate int
-FcConfigparse (void);
-
-FcPrivate int
-FcConfigwrap (void);
-    
-FcPrivate void
-FcConfigerror (char *fmt, ...);
-    
-FcPrivate char *
-FcConfigSaveField (const char *field);
 
+/* fcxml.c */
 FcPrivate void
 FcTestDestroy (FcTest *test);
 
index 886413bae1ead213474b8fb38f6340590b2fb2b6..75c55d6cc2603d5227e636e36ef76dec44ff1888 100644 (file)
@@ -272,12 +272,6 @@ FcEditDestroy (FcEdit *e)
     free (e);
 }
 
-char *
-FcConfigSaveField (const char *field)
-{
-    return (char *) FcStrCopy ((FcChar8 *) field);
-}
-
 typedef enum _FcElement {
     FcElementNone,
     FcElementFontconfig,