blob: 1c6f65022d26abf597e36fa9c44e8b7d9a8a4cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $XFree86: xc/lib/font/stubs/rmfshdl.c,v 1.2 2003/09/13 21:33:03 dawes Exp $ */
#include "stubs.h"
void
remove_fs_handlers(FontPathElementPtr fpe,
BlockHandlerProcPtr blockHandler,
Bool all)
{
}
/* end of file */
|