summaryrefslogtreecommitdiff
path: root/src/stubs/getcres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/getcres.c')
-rw-r--r--src/stubs/getcres.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/stubs/getcres.c b/src/stubs/getcres.c
deleted file mode 100644
index 27a9180..0000000
--- a/src/stubs/getcres.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include "stubs.h"
-
-#ifdef __SUNPRO_C
-#pragma weak GetClientResolutions
-#endif
-
-weak FontResolutionPtr
-GetClientResolutions(int *num)
-{
- OVERRIDE_SYMBOL(GetClientResolutions, num);
- return (FontResolutionPtr) 0;
-}