diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-04-28 14:51:11 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-04-28 18:15:17 +0100 |
commit | 106f2b031cbb83a54fa2949cb07357ecea68b92a (patch) | |
tree | 22dff0e2d46c1a36e981dfb4af975abfae5af465 /src/mesa/state_tracker/st_context.h | |
parent | eb979cef8535914f428d2462e78f713da558fc18 (diff) |
mesa/st: remove duplicate offset calculation
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index f840579a40..6ffed56d9a 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -120,8 +120,6 @@ struct st_context GLboolean missing_textures; - GLfloat polygon_offset_scale; /* ?? */ - /** Mapping from VERT_RESULT_x to post-transformed vertex slot */ const GLuint *vertex_result_to_slot; |