summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 21:52:38 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 21:52:38 -0800
commitb6404f5855b7a38ad567c51b916646c3a085b419 (patch)
treea2fb28aa7e0e7172153de138c76428be98d1bf04 /include
parentd7558028f93ba8d068ca9f0c5638268f2063c944 (diff)
Convert UseFPE & FreeFPE into static inline functions
Comment suggests making them a macro, but since they're only used in this file, might as well let the compiler choose how best to optimize them. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r--include/difs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/difs.h b/include/difs.h
index 4b6c216..50f31a2 100644
--- a/include/difs.h
+++ b/include/difs.h
@@ -56,8 +56,6 @@ extern void InitFonts ( void );
/* difs/fonts.c */
extern int FontToFSError ( int err );
-extern void UseFPE ( FontPathElementPtr fpe );
-extern void FreeFPE ( FontPathElementPtr fpe );
extern void QueueFontWakeup ( FontPathElementPtr fpe );
extern void RemoveFontWakeup ( FontPathElementPtr fpe );
extern void FontWakeup ( pointer data, int count, unsigned long *LastSelectMask );