[MESA]
[reactos.git] / reactos / dll / opengl / mesa / src / mesa / main / viewport.c
index a58697a..2f1cd30 100644 (file)
@@ -146,12 +146,6 @@ _mesa_DepthRange(GLclampd nearval, GLclampd farval)
    }
 }
 
-void GLAPIENTRY
-_mesa_DepthRangef(GLclampf nearval, GLclampf farval)
-{
-   _mesa_DepthRange(nearval, farval);
-}
-
 /** 
  * Initialize the context viewport attribute group.
  * \param ctx  the GL context.