From: Brian Paul Date: Mon, 27 Jun 2005 00:39:33 +0000 (+0000) Subject: remove unused MEMSET16 macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39a488ed63fdca1427124439e78ff1b0e9c5454a;p=mesa.git remove unused MEMSET16 macro --- diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index cf80b335624..7bc51aad704 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) ) - /*@}*/