[PATCH:xfs 5/7] Delete unused/empty FreeFonts() function

Alan Coopersmith alan.coopersmith at oracle.com
Sat Jan 19 23:03:53 PST 2013


Had no body and no callers

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 difs/fonts.c   |    4 ----
 include/difs.h |    1 -
 2 files changed, 5 deletions(-)

diff --git a/difs/fonts.c b/difs/fonts.c
index 1a2834c..3f898e5 100644
--- a/difs/fonts.c
+++ b/difs/fonts.c
@@ -1456,10 +1456,6 @@ RegisterFPEFunctions(
     return num_fpe_types++;
 }
 
-void
-FreeFonts(void)
-{
-}
 
 /* convenience functions for FS interface */
 
diff --git a/include/difs.h b/include/difs.h
index a3cef7b..4f72d91 100644
--- a/include/difs.h
+++ b/include/difs.h
@@ -64,7 +64,6 @@ extern int ListFonts ( ClientPtr client, int length, unsigned char *pattern, int
 extern int StartListFontsWithInfo ( ClientPtr client, int length, unsigned char *pattern, int maxNames );
 #endif
 extern int LoadGlyphRanges ( ClientPtr client, FontPtr pfont, Bool range_flag, int num_ranges, int item_size, fsChar2b *data );
-extern void FreeFonts ( void );
 extern FontPtr find_old_font ( FSID id );
 extern void DeleteClientFontStuff ( ClientPtr client );
 
-- 
1.7.9.2



More information about the xorg-devel mailing list