mesa: Remove redundant gl_config::sampleBuffers
This is just !!samples. Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9817>
This commit is contained in:
@@ -424,7 +424,6 @@ st_visual_to_context_mode(const struct st_visual *visual,
|
||||
}
|
||||
|
||||
if (visual->samples > 1) {
|
||||
mode->sampleBuffers = 1;
|
||||
mode->samples = visual->samples;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user