summaryrefslogtreecommitdiff
path: root/src/stubs/findoldfnt.c
blob: 1b26797e8bf3663bdcc8e6057f2884c803759e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $XFree86$ */

#include "stubs.h"

FontPtr
find_old_font(FSID id)
{
    return (FontPtr)NULL;
}

/* end of file */