aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/instanced/GLInstancedRendering.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/instanced/GLInstancedRendering.h')
-rw-r--r--src/gpu/instanced/GLInstancedRendering.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gpu/instanced/GLInstancedRendering.h b/src/gpu/instanced/GLInstancedRendering.h
index 4e17cb4535..ce1638c7fc 100644
--- a/src/gpu/instanced/GLInstancedRendering.h
+++ b/src/gpu/instanced/GLInstancedRendering.h
@@ -43,10 +43,8 @@ private:
void flushInstanceAttribs(int baseInstance);
struct GLDrawCmdInfo {
- int fInstanceCount;
-#if GR_GL_LOG_INSTANCED_BATCHES
IndexRange fGeometry;
-#endif
+ int fInstanceCount;
};
GrGLuint fVertexArrayID;