diff options
author | Mathias Froehlich <[email protected]> | 2015-03-29 18:57:46 +0200 |
---|---|---|
committer | Mathias Froehlich <[email protected]> | 2015-04-05 08:01:47 +0200 |
commit | 107ae27e57dc2a1ddc6bbb7ea101c1c60794423f (patch) | |
tree | d6dcd260f55507336ec4b7f869251a51c9e1ba22 /src/mesa/main/viewport.h | |
parent | 29e6c7dbc5bacf4f2b741333ac56469a00164e65 (diff) |
mesa: Remove the _WindowMap from gl_viewport_attrib.
The _WindowMap can be dropped from gl_viewport_attrib now.
Simplify gl_viewport_attrib handling where possible.
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Mathias Froehlich <[email protected]>
Diffstat (limited to 'src/mesa/main/viewport.h')
-rw-r--r-- | src/mesa/main/viewport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/viewport.h b/src/mesa/main/viewport.h index 426e194bd9b..899dc2d0bcc 100644 --- a/src/mesa/main/viewport.h +++ b/src/mesa/main/viewport.h @@ -68,9 +68,6 @@ extern void _mesa_init_viewport(struct gl_context *ctx); -extern void -_mesa_free_viewport_data(struct gl_context *ctx); - extern void GLAPIENTRY _mesa_ClipControl(GLenum origin, GLenum depth); |