get rid of needless static function declarations at top of file
authorBrian <brian@yutani.localnet.net>
Thu, 17 May 2007 21:28:20 +0000 (15:28 -0600)
committerBrian <brian@yutani.localnet.net>
Thu, 17 May 2007 21:28:42 +0000 (15:28 -0600)
src/glx/x11/glx_pbuffer.c

index d13830e4e49a22091a14c89a5ec003d7f7e9afc0..1df2d0f342a017dc448da3840f1dd2e081a9326a 100644 (file)
 #include "glcontextmodes.h"
 #include "glheader.h"
 
-static void ChangeDrawableAttribute( Display * dpy, GLXDrawable drawable,
-    const CARD32 * attribs, size_t num_attribs );
-
-static void DestroyPbuffer( Display * dpy, GLXDrawable drawable );
-
-static GLXDrawable CreatePbuffer( Display *dpy,
-    const __GLcontextModes * fbconfig, unsigned int width, unsigned int height,
-    const int *attrib_list, GLboolean size_in_attribs );
-
-static int GetDrawableAttribute( Display *dpy, GLXDrawable drawable,
-    int attribute, unsigned int *value );
-
 
 /**
  * Change a drawable's attribute.