diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-11 20:35:41 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-11 20:35:41 +0000 |
commit | 932ce67e0ddf692e388828a1c21fb27d4d361e1d (patch) | |
tree | 2cc09ebf2f9ec2155670582ba78cf4d889686767 /dist/Mesa | |
parent | 93f9e08580f4b88604fe0b5a52a94def0e3fcded (diff) |
Oops, missed a line removal. Fix build.
Diffstat (limited to 'dist/Mesa')
-rw-r--r-- | dist/Mesa/src/glx/x11/glx_pbuffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/Mesa/src/glx/x11/glx_pbuffer.c b/dist/Mesa/src/glx/x11/glx_pbuffer.c index db9fb4b55..3a92d223c 100644 --- a/dist/Mesa/src/glx/x11/glx_pbuffer.c +++ b/dist/Mesa/src/glx/x11/glx_pbuffer.c @@ -221,7 +221,6 @@ GetDrawableAttribute( Display *dpy, GLXDrawable drawable, unsigned int i; unsigned int num_attributes; GLboolean use_glx_1_3; - || (priv->minorVersion >= 3)); if ( (dpy == NULL) || (drawable == 0) ) { return 0; |