summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-06-17 09:38:53 +0800
committerEric Anholt <eric@anholt.net>2015-06-17 22:38:50 -0700
commitd9df59df711d4bf9fa9f309ab3b1c880f07c2883 (patch)
treec90464d13afda9e2f04efcfac9f88bb81990e8e1
parenta2a51904b0811510e90d8e6cf554de237b9205ab (diff)
downloadlibepoxy-d9df59df711d4bf9fa9f309ab3b1c880f07c2883.tar.gz
src/dispatch_common.c: Remove Unneeded PUBLIC Annotation
Don't mark epoxy_conservative_gl_version() for export, as it is meant to be a private API to be used within libepoxy only. Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--src/dispatch_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch_common.c b/src/dispatch_common.c
index 7dd0a49..ece0b0b 100644
--- a/src/dispatch_common.c
+++ b/src/dispatch_common.c
@@ -315,7 +315,7 @@ epoxy_gl_version(void)
return epoxy_internal_gl_version(0);
}
-PUBLIC int
+int
epoxy_conservative_gl_version(void)
{
if (api.begin_count)