Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: Source/core/html/canvas/WebGLProgram.cpp

Issue 241113002: Remove some dead code from html/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« Source/core/html/HTMLLinkElement.h ('K') | « Source/core/html/canvas/WebGLProgram.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698