From 773c1bafe0f1d8b706e0f72e235f8466e7a9ccf5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 11 Nov 2008 19:11:57 +0000 Subject: cleanups --- src/render/gl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/render/gl.h') diff --git a/src/render/gl.h b/src/render/gl.h index 6e32e35..a858c5b 100644 --- a/src/render/gl.h +++ b/src/render/gl.h @@ -20,8 +20,6 @@ #define GL_RESCALE_NORMAL 0x803A #endif -namespace render { - /// wrapper namespace for OpenGL operations /** The gl namespace provides a wrapper to the OpenGL library functions. * All methods take floats or Vector3f and Color as parameters. @@ -184,6 +182,4 @@ namespace gl void frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble znear, GLdouble zfar); } -} - #endif // __INCLUDED_RENDER_GL_H__ -- cgit v1.2.3