i965/upload: Refactor open-coded ALIGN-like computations.
[mesa.git] / src / mesa / main / api_arrayelt.h
index 61e2167f3e64805b14659c512e84c0dcd6f318ad..39fdeb9d2bd85328cdab5ec779790c4b5cc02f1b 100644 (file)
@@ -1,7 +1,6 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
  *
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
 
 #include "main/mtypes.h"
 
-#define _MESA_INIT_ARRAYELT_VTXFMT(vfmt, impl)     \
-   do {                                            \
-      (vfmt)->ArrayElement = impl ## ArrayElement; \
-   } while (0)
 
 extern GLboolean _ae_create_context( struct gl_context *ctx );
 extern void _ae_destroy_context( struct gl_context *ctx );