summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glx/x11/glxext.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c
index 61352a6098..632da2d84a 100644
--- a/src/glx/x11/glxext.c
+++ b/src/glx/x11/glxext.c
@@ -265,14 +265,6 @@ __GLXcontext *__glXcurrentContext = &dummyContext;
*/
int __glXDebug = 0;
-/*
-** forward prototype declarations
-*/
-int __glXCloseDisplay(Display *dpy, XExtCodes *codes);
-
-
-/************************************************************************/
-
/* Extension required boiler plate */
static char *__glXExtensionName = GLX_EXTENSION_NAME;
@@ -294,7 +286,7 @@ static /* const */ char *error_list[] = {
"GLXBadWindow",
};
-int __glXCloseDisplay(Display *dpy, XExtCodes *codes)
+static int __glXCloseDisplay(Display *dpy, XExtCodes *codes)
{
GLXContext gc;