X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glwrap.h;fp=glwrap.h;h=9195007c4b51b15cd8eb38eea9439ee0c15d4579;hb=c0c549440d852153d1777eca3fa962c1b70483b3;hp=2dc18383c0c864e40e5b033ce67f2f209fe895dd;hpb=4ef9d74d4ff12afcc7e31bf13fe2a4993f06b987;p=fips diff --git a/glwrap.h b/glwrap.h index 2dc1838..9195007 100644 --- a/glwrap.h +++ b/glwrap.h @@ -37,10 +37,4 @@ glwrap_lookup (char *name); real_ ## function(__VA_ARGS__); \ } while (0); -/* Should be called at the end of ever function wrapper for an OpenGL - * function that ends a frame, (glXSwapBuffers and similar). - */ -void -glwrap_end_frame (void); - #endif