Index: gpu/command_buffer/service/context_state.h |
diff --git a/gpu/command_buffer/service/context_state.h b/gpu/command_buffer/service/context_state.h |
index 47f180ae03b6b793d20231235d862e0a4fdc693f..6bb555827fcb2928cdf3596025d11ce1ac040892 100644 |
--- a/gpu/command_buffer/service/context_state.h |
+++ b/gpu/command_buffer/service/context_state.h |
@@ -124,12 +124,6 @@ struct GPU_EXPORT ContextState { |
EnableFlags enable_flags; |
- // pack alignment as last set by glPixelStorei |
- GLint pack_alignment; |
- |
- // unpack alignment as last set by glPixelStorei |
- GLint unpack_alignment; |
- |
// Current active texture by 0 - n index. |
// In other words, if we call glActiveTexture(GL_TEXTURE2) this value would |
// be 2. |