Mesa (master): glx: Remove function prototypes no longer necessary

Kristian Høgsberg krh at kemper.freedesktop.org
Mon Jul 26 21:39:57 UTC 2010


Module: Mesa
Branch: master
Commit: 5403ca79b225605c79f49866a6497c97da53be3b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5403ca79b225605c79f49866a6497c97da53be3b

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Mon Jul 26 17:23:23 2010 -0400

glx: Remove function prototypes no longer necessary

---

 src/glx/glxext.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/glx/glxext.c b/src/glx/glxext.c
index eadc792..4a9c9d4 100644
--- a/src/glx/glxext.c
+++ b/src/glx/glxext.c
@@ -96,13 +96,6 @@ static
 XEXT_GENERATE_ERROR_STRING(__glXErrorString, __glXExtensionName,
                            __GLX_NUMBER_ERRORS, error_list)
 
-static int
-__glXCloseDisplay(Display * dpy, XExtCodes * codes);
-static Bool
-__glXWireToEvent(Display *dpy, XEvent *event, xEvent *wire);
-static Status
-__glXEventToWire(Display *dpy, XEvent *event, xEvent *wire);
-
 /*
  * GLX events are a bit funky.  We don't stuff the X event code into
  * our user exposed (via XNextEvent) structure.  Instead we use the GLX




More information about the mesa-commit mailing list