diff options
author | Tamas Keri <tkeri@inf.u-szeged.hu> | 2019-10-25 13:17:36 +0200 |
---|---|---|
committer | Tamas Keri <tkeri@inf.u-szeged.hu> | 2019-10-28 10:15:25 +0100 |
commit | e27b80aad52ee6ff5586aaa6e64bf7dcef418feb (patch) | |
tree | cc1e16fb77e22a821595b646677a0370645cb261 /components | |
parent | 0c20fba2ab9f7f2f350a2ea42cdf3c1c58c1462b (diff) | |
download | servo-e27b80aad52ee6ff5586aaa6e64bf7dcef418feb.tar.gz servo-e27b80aad52ee6ff5586aaa6e64bf7dcef418feb.zip |
Delete superfluous comment
Deleted unnecessary commit, because
the 'WebGLSampler' was implemented.
Diffstat (limited to 'components')
-rw-r--r-- | components/script/dom/webidls/WebGL2RenderingContext.webidl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script/dom/webidls/WebGL2RenderingContext.webidl b/components/script/dom/webidls/WebGL2RenderingContext.webidl index edc26bb4ef6..586f260ccc2 100644 --- a/components/script/dom/webidls/WebGL2RenderingContext.webidl +++ b/components/script/dom/webidls/WebGL2RenderingContext.webidl @@ -12,9 +12,6 @@ typedef long long GLint64; typedef unsigned long long GLuint64; -// interface WebGLSampler : WebGLObject { -// }; - // interface WebGLTransformFeedback : WebGLObject { // }; |