blob: ae0ab7863ea86c37cb4e5d2f00bd54a820e77426 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* $XFree86: xc/lib/font/stubs/rmfshdl.c,v 1.1 1999/01/11 05:13:21 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"
void
remove_fs_handlers(FontPathElementPtr fpe,
BlockHandlerProcPtr blockHandler,
Bool all)
{
}
/* end of file */
|