diff options
Diffstat (limited to 'src/glx/x11/dri_glx.h')
-rw-r--r-- | src/glx/x11/dri_glx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glx/x11/dri_glx.h b/src/glx/x11/dri_glx.h index 75561685c8..4dd62ed113 100644 --- a/src/glx/x11/dri_glx.h +++ b/src/glx/x11/dri_glx.h @@ -44,11 +44,6 @@ struct __DRIdisplayPrivateRec { int driMajor; int driMinor; int driPatch; - - /* - ** Array of library handles [indexed by screen number] - */ - void **libraryHandles; }; typedef struct __DRIdisplayPrivateRec __DRIdisplayPrivate; |