summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/viewport.h
diff options
context:
space:
mode:
authorMathias Froehlich <Mathias.Froehlich@web.de>2015-03-29 18:57:46 +0200
committerMathias Froehlich <Mathias.Froehlich@gmx.net>2015-04-05 08:01:47 +0200
commit107ae27e57dc2a1ddc6bbb7ea101c1c60794423f (patch)
treed6dcd260f55507336ec4b7f869251a51c9e1ba22 /src/mesa/main/viewport.h
parent29e6c7dbc5bacf4f2b741333ac56469a00164e65 (diff)
downloadexternal_mesa3d-107ae27e57dc2a1ddc6bbb7ea101c1c60794423f.zip
external_mesa3d-107ae27e57dc2a1ddc6bbb7ea101c1c60794423f.tar.gz
external_mesa3d-107ae27e57dc2a1ddc6bbb7ea101c1c60794423f.tar.bz2
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 <brianp@vmware.com> Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
Diffstat (limited to 'src/mesa/main/viewport.h')
-rw-r--r--src/mesa/main/viewport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/viewport.h b/src/mesa/main/viewport.h
index 426e194..899dc2d 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);