dispatch: stop generating separate GLES1 API code.
[mesa.git] / src / mesa / main / convolve.h
index 952285643b5d5e82bb431a0194999f2c0fa69135..2fbe3c7f509fef86bfdd1047713c9d8c07438813 100644 (file)
 
 struct _glapi_table;
 
-
-#if FEATURE_convolve
-
 extern void
 _mesa_init_convolve_dispatch(struct _glapi_table *disp);
 
-#else /* FEATURE_convolve */
-
-static inline void
-_mesa_init_convolve_dispatch(struct _glapi_table *disp)
-{
-}
-
-#endif /* FEATURE_convolve */
-
 #endif /* CONVOLVE_H */