st/mesa: rename var and update st_choose_format() comments
[mesa.git] / src / mesa / state_tracker / st_context.h
index dfee490b54a8f82ed13b7322d886f40e2b2dc63e..3637f6e75f01af73c53d267746b9491477abda58 100644 (file)
@@ -201,7 +201,6 @@ struct st_framebuffer
 {
    GLframebuffer Base;
    void *Private;
-   GLuint InitWidth, InitHeight;
 
    struct st_framebuffer_iface *iface;
    enum st_attachment_type statts[ST_ATTACHMENT_COUNT];