mesa: Include compiler.h in hash_table.h.
[mesa.git] / src / mesa / main / depth.h
index 2f428629f9a0e8ebd43e8df94c26a4b58d4ff7ab..fe6b33f367ebe6e77cfc5343c9218cd2f36fbd28 100644 (file)
@@ -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