From 95188fd10f9626fa1045911182e8b2f7b951413f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 1 May 2013 19:15:32 -0600 Subject: mesa: remove _MESA_INIT_DLIST_VTXFMT() macro Just expand the code. Reviewed-by: Jose Fonseca --- src/mesa/main/dlist.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mesa/main/dlist.h') diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index b67f5b535e7..4672d3e60f0 100644 --- a/src/mesa/main/dlist.h +++ b/src/mesa/main/dlist.h @@ -37,12 +37,6 @@ #include "main/mtypes.h" -#define _MESA_INIT_DLIST_VTXFMT(vfmt, impl) \ - do { \ - (vfmt)->CallList = impl ## CallList; \ - (vfmt)->CallLists = impl ## CallLists; \ - } while (0) - GLboolean GLAPIENTRY _mesa_IsList(GLuint list); void GLAPIENTRY -- cgit v1.2.3