summaryrefslogtreecommitdiff
path: root/src/dispatch_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch_common.c')
-rw-r--r--src/dispatch_common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dispatch_common.c b/src/dispatch_common.c
index e597c4e..0ac5d23 100644
--- a/src/dispatch_common.c
+++ b/src/dispatch_common.c
@@ -475,14 +475,6 @@ epoxy_print_failure_reasons(const char *name,
}
}
-#ifdef _WIN32
-#define WRAPPER_VISIBILITY PUBLIC
-#define WRAPPER(x) x
-#else
-#define WRAPPER_VISIBILITY static
-#define WRAPPER(x) x ## _wrapped
-#endif
-
WRAPPER_VISIBILITY void
WRAPPER(epoxy_glBegin)(GLenum primtype)
{