Git init
[framework/uifw/xorg/lib/libxfont.git] / src / stubs / delfntcid.c
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
4 #include "stubs.h"
5
6 #ifdef __SUNPRO_C
7 #pragma weak DeleteFontClientID
8 #endif
9
10 weak void
11 DeleteFontClientID(Font id)
12 {
13 }