aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorTamas Keri <tkeri@inf.u-szeged.hu>2019-10-25 13:17:36 +0200
committerTamas Keri <tkeri@inf.u-szeged.hu>2019-10-28 10:15:25 +0100
commite27b80aad52ee6ff5586aaa6e64bf7dcef418feb (patch)
treecc1e16fb77e22a821595b646677a0370645cb261 /components
parent0c20fba2ab9f7f2f350a2ea42cdf3c1c58c1462b (diff)
downloadservo-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.webidl3
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 {
// };