diff options
Diffstat (limited to 'nx-X11/lib/font/stubs/gettime.c')
-rw-r--r-- | nx-X11/lib/font/stubs/gettime.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nx-X11/lib/font/stubs/gettime.c b/nx-X11/lib/font/stubs/gettime.c deleted file mode 100644 index 60a4e3951..000000000 --- a/nx-X11/lib/font/stubs/gettime.c +++ /dev/null @@ -1,14 +0,0 @@ -/* $XFree86$ */ - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif -#include "stubs.h" - -unsigned long -GetTimeInMillis (void) -{ - return 0; -} - -/* end of file */ |