diff options
author | Ian Romanick <[email protected]> | 2015-05-12 19:46:44 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-15 20:23:34 -0700 |
commit | 35c28103b02598bb5f7b4888384b02d31ee371b5 (patch) | |
tree | b546a583b722d796a622463fcd9ff724475ba156 /src/mapi | |
parent | a75910071e33184211773a1f019b53b23f8762eb (diff) |
glapi: Remove offset 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 298ba3c888a..bdc62f1c835 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -33,7 +33,6 @@ value NMTOKEN #REQUIRED> <!ATTLIST function name NMTOKEN #REQUIRED alias NMTOKEN #IMPLIED - offset CDATA #IMPLIED vectorequiv NMTOKEN #IMPLIED es1 CDATA "none" es2 CDATA "none" |