remove unused _mesa_log2() (bug 4468)
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Oct 2005 19:46:48 +0000 (19:46 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Oct 2005 19:46:48 +0000 (19:46 +0000)
src/mesa/main/imports.h

index eaeefed55a7825fc1300195127070cf66190d0ad..56ba114d9aac7029052ecc2e82e9280b011f75d2 100644 (file)
@@ -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);