From: Brian Paul Date: Wed, 12 Oct 2005 19:46:48 +0000 (+0000) Subject: remove unused _mesa_log2() (bug 4468) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96e1ccedec19a3314b43461387c8c391a43ba78b;p=mesa.git remove unused _mesa_log2() (bug 4468) --- diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index eaeefed55a7..56ba114d9aa 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -644,9 +644,6 @@ _mesa_inv_sqrtf(float x); extern double _mesa_pow(double x, double y); -extern float -_mesa_log2(float x); - extern int _mesa_ffs(int i);