Index: gpu/command_buffer/client/gles2_demo_cc.cc |
diff --git a/gpu/command_buffer/client/gles2_demo_cc.cc b/gpu/command_buffer/client/gles2_demo_cc.cc |
index b4c6239d77060d059d0b105bb7cecfec057c6cb9..0478e3211f94a79919b436905281e0170b8d26aa 100644 |
--- a/gpu/command_buffer/client/gles2_demo_cc.cc |
+++ b/gpu/command_buffer/client/gles2_demo_cc.cc |
@@ -10,8 +10,6 @@ |
namespace { |
-int g_width = 512; |
-int g_height = 512; |
GLuint g_texture = 0; |
int g_textureLoc = -1; |
GLuint g_programObject = 0; |
@@ -189,6 +187,3 @@ void GLFromCPPTestFunction() { |
} |
Draw(); |
} |
- |
- |
- |