summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-03-11 17:10:53 -0600
committerBrian Paul <brianp@vmware.com>2015-03-12 07:52:45 -0600
commit48b0a3c1c9d829a9b1d401afb2796b35df94a5d7 (patch)
treeb2b9d6dde8cbfaca414c6d9adbe22733f87ea283
parent6d3b86c3afe4ee1bfb29c322b3d36131139cbab9 (diff)
tnl: HAVE_LE32_VERTS is never defined, remove associated code
Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--src/mesa/tnl_dd/t_dd_triemit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/tnl_dd/t_dd_triemit.h b/src/mesa/tnl_dd/t_dd_triemit.h
index 39c9d26481b..082e83f407b 100644
--- a/src/mesa/tnl_dd/t_dd_triemit.h
+++ b/src/mesa/tnl_dd/t_dd_triemit.h
@@ -16,13 +16,6 @@ do { \
"D" ((long)vb), \
"S" ((long)v) ); \
} while (0)
-#elif defined(HAVE_LE32_VERTS)
-#define COPY_DWORDS( j, vb, vertsize, v ) \
-do { \
- for ( j = 0 ; j < vertsize ; j++ ) \
- vb[j] = CPU_TO_LE32(((GLuint *)v)[j]); \
- vb += vertsize; \
-} while (0)
#else
#define COPY_DWORDS( j, vb, vertsize, v ) \
do { \