Index: Source/core/html/canvas/WebGLProgram.cpp |
diff --git a/Source/core/html/canvas/WebGLProgram.cpp b/Source/core/html/canvas/WebGLProgram.cpp |
index db74e0692e085ccdb0d5463ef9851146f7330993..e1e49594139fa2240e470bc50a743be707379c4e 100644 |
--- a/Source/core/html/canvas/WebGLProgram.cpp |
+++ b/Source/core/html/canvas/WebGLProgram.cpp |
@@ -94,12 +94,6 @@ bool WebGLProgram::linkStatus() |
return m_linkStatus; |
} |
-void WebGLProgram::setLinkStatus(bool status) |
-{ |
- cacheInfoIfNeeded(); |
- m_linkStatus = status; |
-} |
- |
void WebGLProgram::increaseLinkCount() |
{ |
++m_linkCount; |