diff options
author | Kristian Høgsberg <krh@hinata.boston.redhat.com> | 2007-05-11 13:54:44 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-10-10 17:09:48 -0400 |
commit | fa72013adaab4d0755e852805e2e44d1a879a204 (patch) | |
tree | b025eb6e9809372049a8fa196bdc58a8d443ecad /include | |
parent | 9590ba97ad6606a96b50a66242f606c860ca239d (diff) |
Drop mostly unused __DRIid typedef.
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/internal/dri_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 98271ad0af..9cb5920aa0 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -56,7 +56,6 @@ typedef struct __DRIdriverRec __DRIdriver; typedef struct __DRIframebufferRec __DRIframebuffer; typedef struct __DRIversionRec __DRIversion; typedef struct __DRIinterfaceMethodsRec __DRIinterfaceMethods; -typedef unsigned long __DRIid; /*@}*/ |