summaryrefslogtreecommitdiffstats
path: root/dom/canvas/HostWebGLContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/HostWebGLContext.h')
-rw-r--r--dom/canvas/HostWebGLContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/canvas/HostWebGLContext.h b/dom/canvas/HostWebGLContext.h
index cc385bc26a..23b836f9db 100644
--- a/dom/canvas/HostWebGLContext.h
+++ b/dom/canvas/HostWebGLContext.h
@@ -260,8 +260,6 @@ class HostWebGLContext final : public SupportsWeakPtr {
mContext->SetEnabled(cap, i, val);
}
- bool IsEnabled(GLenum cap) const { return mContext->IsEnabled(cap); }
-
Maybe<double> GetNumber(GLenum pname) const {
return mContext->GetParameter(pname);
}