diff options
author | Ian Romanick <[email protected]> | 2015-05-12 17:17:11 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-15 20:22:43 -0700 |
commit | ea54b3ea1adb19b55d6aa55f9afaa0eba3f4e865 (patch) | |
tree | 82fa94012885f6872916d8fc97b78d09d8de3db6 /src/mapi | |
parent | 7a22e78704427bb34280cf2c6f3774c2d830bebb (diff) |
glapi: Remove static_dispatch from the DTD
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.dtd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd index ab321fad0f8..298ba3c888a 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -34,7 +34,6 @@ <!ATTLIST function name NMTOKEN #REQUIRED alias NMTOKEN #IMPLIED offset CDATA #IMPLIED - static_dispatch (true | false) "true" vectorequiv NMTOKEN #IMPLIED es1 CDATA "none" es2 CDATA "none" |