X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fdepth.h;h=fe6b33f367ebe6e77cfc5343c9218cd2f36fbd28;hb=ca5840afb0eae56f86668d0b5562c6d82fe8ad4b;hp=2f428629f9a0e8ebd43e8df94c26a4b58d4ff7ab;hpb=652901e95b4ed406293d0e1fabee857c054119b1;p=mesa.git diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index 2f428629f9a..fe6b33f367e 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -38,8 +38,6 @@ struct gl_context; -#if _HAVE_FULL_GL - extern void GLAPIENTRY _mesa_ClearDepth( GLclampd depth ); @@ -58,11 +56,4 @@ _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ); extern void _mesa_init_depth( struct gl_context * ctx ); -#else - -/** No-op */ -#define _mesa_init_depth( c ) ((void)0) - -#endif - #endif