summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-06-27 00:39:33 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-06-27 00:39:33 +0000
commit39a488ed63fdca1427124439e78ff1b0e9c5454a (patch)
tree0e478669cfc4e80924b09cbfa5ff0faf526e7be1 /src/mesa/main/imports.h
parent2dbffb30f05fcf67658c64b8101e9efaf07ca388 (diff)
remove unused MEMSET16 macro
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r--src/mesa/main/imports.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index cf80b33562..7bc51aad70 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -88,8 +88,6 @@ extern "C" {
/** Set \p N bytes in \p DST to \p VAL */
#define MEMSET( DST, VAL, N ) _mesa_memset(DST, VAL, N)
-#define MEMSET16( DST, VAL, N ) _mesa_memset16( (DST), (VAL), (size_t) (N) )
-
/*@}*/