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

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

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.h
diff --git a/Source/core/html/canvas/WebGLProgram.h b/Source/core/html/canvas/WebGLProgram.h
index aa343fb7b561c3d4012dcad09aeb0c511bb769a0..f68b33048ae0f01290c586f0fc2249a0a32ee1b7 100644
--- a/Source/core/html/canvas/WebGLProgram.h
+++ b/Source/core/html/canvas/WebGLProgram.h
@@ -46,7 +46,6 @@ public:
bool isUsingVertexAttrib0();
bool linkStatus();
- void setLinkStatus(bool);
unsigned linkCount() const { return m_linkCount; }

Powered by Google App Engine
This is Rietveld 408576698