summaryrefslogtreecommitdiff
path: root/src/stubs/stfntcfnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/stfntcfnt.c')
-rw-r--r--src/stubs/stfntcfnt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/stubs/stfntcfnt.c b/src/stubs/stfntcfnt.c
index c062677..bf88505 100644
--- a/src/stubs/stfntcfnt.c
+++ b/src/stubs/stfntcfnt.c
@@ -1,14 +1,10 @@
-/* $XFree86$ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"
-int
+weak int
StoreFontClientFont(FontPtr pfont, Font id)
{
return 0;
}
-
-/* end of file */